mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
Use SUPER + G for grouping
This commit is contained in:
@@ -71,8 +71,8 @@ bindmd = SUPER, mouse:272, Move window, movewindow
|
||||
bindmd = SUPER, mouse:273, Resize window, resizewindow
|
||||
|
||||
# Toggle groups
|
||||
bindd = SUPER ALT, RETURN, Toggle window grouping, togglegroup
|
||||
bindd = SUPER ALT, BACKSPACE, Move active window out of group, moveoutofgroup
|
||||
bindd = SUPER, G, Toggle window grouping, togglegroup
|
||||
bindd = SUPER ALT, G, Move active window out of group, moveoutofgroup
|
||||
|
||||
# Join groups
|
||||
bindd = SUPER ALT, LEFT, Move window to group on left, moveintogroup, l
|
||||
|
||||
Reference in New Issue
Block a user