config: default movefocus_cycles_fullscreen to false

less confusing
This commit is contained in:
Vaxry
2025-02-09 17:50:54 +00:00
parent 1f97643e83
commit 3a43e7bb9a
2 changed files with 2 additions and 2 deletions

View File

@@ -1234,7 +1234,7 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
.value = "binds:movefocus_cycles_fullscreen",
.description = "If enabled, when on a fullscreen window, movefocus will cycle fullscreen, if not, it will move the focus in a direction.",
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{true},
.data = SConfigOptionDescription::SBoolData{false},
},
SConfigOptionDescription{
.value = "binds:movefocus_cycles_groupfirst",