add: description for allow_pin_fullscreen

This commit is contained in:
littleblack111 2024-11-21 12:17:54 +08:00
parent 360dcead31
commit ca8d58907c
No known key found for this signature in database
GPG key ID: 736753424BA3940C

View file

@ -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: