diff options
author | nyx <[email protected]> | 2024-11-28 10:25:24 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-28 15:25:24 +0000 |
commit | 5963970be54c92fdebdbcebdeb76cf6de5e7e717 (patch) | |
tree | 96395d8b27ecf44e912d3995c41a764c3c866a59 /src | |
parent | 8b51eeb7aef8b25de35a0d460f28f4d67c017866 (diff) | |
download | Hyprland-5963970be54c92fdebdbcebdeb76cf6de5e7e717.tar.gz Hyprland-5963970be54c92fdebdbcebdeb76cf6de5e7e717.zip |
descriptions: change allow_pin_fullscreen value to false (#8592)
Diffstat (limited to 'src')
-rw-r--r-- | src/config/ConfigDescriptions.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/ConfigDescriptions.hpp b/src/config/ConfigDescriptions.hpp index bb3d4e0e..e5918691 100644 --- a/src/config/ConfigDescriptions.hpp +++ b/src/config/ConfigDescriptions.hpp @@ -1210,7 +1210,7 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = { .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}, + .data = SConfigOptionDescription::SBoolData{false}, }, /* |