mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-04 20:25:59 +01:00
descriptions: change allow_pin_fullscreen value to false (#8592)
This commit is contained in:
parent
8b51eeb7ae
commit
5963970be5
1 changed files with 1 additions and 1 deletions
|
@ -1210,7 +1210,7 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
||||||
.value = "binds:allow_pin_fullscreen",
|
.value = "binds:allow_pin_fullscreen",
|
||||||
.description = "Allows fullscreen to pinned windows, and restore their pinned status afterwards",
|
.description = "Allows fullscreen to pinned windows, and restore their pinned status afterwards",
|
||||||
.type = CONFIG_OPTION_BOOL,
|
.type = CONFIG_OPTION_BOOL,
|
||||||
.data = SConfigOptionDescription::SBoolData{true},
|
.data = SConfigOptionDescription::SBoolData{false},
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue