core: qtutils -> guiutils (#12231)
* core: qtutils -> guiutils * nix: qtutils -> guiutils * flake.lock: update --------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
parent
3fc8cb828c
commit
061981201d
8 changed files with 138 additions and 91 deletions
|
|
@ -1310,8 +1310,8 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
|||
.data = SConfigOptionDescription::SBoolData{false},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "misc:disable_hyprland_qtutils_check",
|
||||
.description = "disable the warning if hyprland-qtutils is missing",
|
||||
.value = "misc:disable_hyprland_guiutils_check",
|
||||
.description = "disable the warning if hyprland-guiutils is missing",
|
||||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{false},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -517,7 +517,7 @@ CConfigManager::CConfigManager() {
|
|||
registerConfigVar("misc:middle_click_paste", Hyprlang::INT{1});
|
||||
registerConfigVar("misc:render_unfocused_fps", Hyprlang::INT{15});
|
||||
registerConfigVar("misc:disable_xdg_env_checks", Hyprlang::INT{0});
|
||||
registerConfigVar("misc:disable_hyprland_qtutils_check", Hyprlang::INT{0});
|
||||
registerConfigVar("misc:disable_hyprland_guiutils_check", Hyprlang::INT{0});
|
||||
registerConfigVar("misc:lockdead_screen_delay", Hyprlang::INT{1000});
|
||||
registerConfigVar("misc:enable_anr_dialog", Hyprlang::INT{1});
|
||||
registerConfigVar("misc:anr_missed_pings", Hyprlang::INT{5});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue