mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 22:22:00 -07:00
config: fix inconsistant hint of default value (#10556)
similar to https://github.com/hyprwm/hyprland-wiki/pull/1093
This commit is contained in:
@@ -1761,7 +1761,7 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
|||||||
.value = "dwindle:precise_mouse_move",
|
.value = "dwindle:precise_mouse_move",
|
||||||
.description = "if enabled, bindm movewindow will drop the window more precisely depending on where your mouse is.",
|
.description = "if enabled, bindm movewindow will drop the window more precisely depending on where your mouse is.",
|
||||||
.type = CONFIG_OPTION_BOOL,
|
.type = CONFIG_OPTION_BOOL,
|
||||||
.data = SConfigOptionDescription::SBoolData{true},
|
.data = SConfigOptionDescription::SBoolData{false},
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user