config: fix inconsistant hint of default value (#10556)

similar to https://github.com/hyprwm/hyprland-wiki/pull/1093
This commit is contained in:
littleblack111 2025-05-27 22:50:00 +08:00 committed by GitHub
parent a62ccb169a
commit ddb9f8394d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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},
},
/*