mirror of
https://github.com/hyprwm/Hyprland
synced 2026-01-04 05:30:11 +01:00
config: fix inconsistant hint of default value (#10556)
similar to https://github.com/hyprwm/hyprland-wiki/pull/1093
This commit is contained in:
parent
a62ccb169a
commit
ddb9f8394d
1 changed files with 1 additions and 1 deletions
|
|
@ -1761,7 +1761,7 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
|||
.value = "dwindle:precise_mouse_move",
|
||||
.description = "if enabled, bindm movewindow will drop the window more precisely depending on where your mouse is.",
|
||||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{true},
|
||||
.data = SConfigOptionDescription::SBoolData{false},
|
||||
},
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue