binds: add option to allow fullscreening a pinned window (#8526)
This commit is contained in:
parent
451d7a41fc
commit
65f66dcf0d
4 changed files with 23 additions and 2 deletions
|
|
@ -1206,6 +1206,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
|||
.type = CONFIG_OPTION_BOOL,
|
||||
.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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue