master: make center ignore reserved areas (#8625)

This commit is contained in:
UjinT34
2024-12-02 18:32:32 +03:00
committed by GitHub
parent 6d7544458d
commit 10a9fec7fc
3 changed files with 14 additions and 6 deletions

View File

@@ -1596,6 +1596,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{false},
},
SConfigOptionDescription{
.value = "master:center_ignores_reserved",
.description = "centers the master window on monitor ignoring reserved areas",
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{false},
},
SConfigOptionDescription{
.value = "master:smart_resizing",
.description =