mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-25 11:05:59 +01:00
add: description for allow_pin_fullscreen
This commit is contained in:
parent
360dcead31
commit
ca8d58907c
1 changed files with 6 additions and 0 deletions
|
@ -1194,6 +1194,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
||||||
.type = CONFIG_OPTION_BOOL,
|
.type = CONFIG_OPTION_BOOL,
|
||||||
.data = SConfigOptionDescription::SBoolData{true},
|
.data = SConfigOptionDescription::SBoolData{true},
|
||||||
},
|
},
|
||||||
|
SConfigOptionDescription{
|
||||||
|
.value = "binds:allow_pin_fullscreen",
|
||||||
|
.description = "Allows fullscreen to pinned windows, and restore their pinned status afterwards",
|
||||||
|
.type = CONFIG_OPTION_BOOL,
|
||||||
|
.data = SConfigOptionDescription::SBoolData{true},
|
||||||
|
},
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* xwayland:
|
* xwayland:
|
||||||
|
|
Loading…
Reference in a new issue