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

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