diff options
author | Aqa-Ib <[email protected]> | 2024-10-22 23:51:25 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-23 00:51:25 +0100 |
commit | 2b6ff6837e81a3b459f2f3cc366830c420a7a62e (patch) | |
tree | ccb75f5411c186a01b67848b0bed7cb9e4a018ba /src/config/ConfigDescriptions.hpp | |
parent | 29997ef4ba8ef0a80390e80199998d1390177454 (diff) | |
download | Hyprland-2b6ff6837e81a3b459f2f3cc366830c420a7a62e.tar.gz Hyprland-2b6ff6837e81a3b459f2f3cc366830c420a7a62e.zip |
groups: add group_on_movetoworkspace (#8159)
Diffstat (limited to 'src/config/ConfigDescriptions.hpp')
-rw-r--r-- | src/config/ConfigDescriptions.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/ConfigDescriptions.hpp b/src/config/ConfigDescriptions.hpp index 7e2dd1be..7910e865 100644 --- a/src/config/ConfigDescriptions.hpp +++ b/src/config/ConfigDescriptions.hpp @@ -808,6 +808,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = { .type = CONFIG_OPTION_BOOL, .data = SConfigOptionDescription::SBoolData{false}, }, + SConfigOptionDescription{ + .value = "group:group_on_movetoworkspace", + .description = "whether using movetoworkspace[silent] will merge the window into the workspace's solitary unlocked group", + .type = CONFIG_OPTION_BOOL, + .data = SConfigOptionDescription::SBoolData{false}, + }, /* * group:groupbar: |