mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 22:22:00 -07:00
config: fix crash on misnamed variable (#10549)
This commit is contained in:
@@ -592,7 +592,7 @@ CConfigManager::CConfigManager() {
|
||||
registerConfigVar("dwindle:split_bias", Hyprlang::INT{0});
|
||||
registerConfigVar("dwindle:smart_split", Hyprlang::INT{0});
|
||||
registerConfigVar("dwindle:smart_resizing", Hyprlang::INT{1});
|
||||
registerConfigVar("dwindle:precise_move", Hyprlang::INT{0});
|
||||
registerConfigVar("dwindle:precise_mouse_move", Hyprlang::INT{0});
|
||||
|
||||
registerConfigVar("master:special_scale_factor", {1.f});
|
||||
registerConfigVar("master:mfact", {0.55f});
|
||||
|
Reference in New Issue
Block a user