mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-07 15:41:58 -07:00
descriptions: change allow_pin_fullscreen value to false (#8592)
This commit is contained in:
@@ -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},
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user