hyprland: Remove groups

Groups add a certain amount of complexity that I'd rather not have to
deal with.
This commit is contained in:
Donovan Glover 2023-05-12 00:47:56 -04:00
parent 4109ed7b3b
commit 3d0ac37308
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -143,15 +143,6 @@ bind = SUPER, L, layoutmsg, removemaster
bind = SUPER_SHIFT, H, splitratio, -0.05
bind = SUPER_SHIFT, L, splitratio, +0.05
# Group keybinds with super+alt
bind = SUPER_ALT, Return, togglegroup
bind = SUPER_ALT, H, moveintogroup, l
bind = SUPER_ALT, L, moveintogroup, r
bind = SUPER_ALT, K, moveintogroup, u
bind = SUPER_ALT, J, moveintogroup, d
bind = SUPER_ALT, semicolon, moveoutofgroup
bind = SUPER_ALT, apostrophe, lockgroups, toggle
# Switch workspaces with super + [0-9]
bind = SUPER, 1, workspace, 1
bind = SUPER, 2, workspace, 2