diff --git a/default/hypr/bindings/tiling.conf b/default/hypr/bindings/tiling.conf index 8630a059..f0c0190b 100644 --- a/default/hypr/bindings/tiling.conf +++ b/default/hypr/bindings/tiling.conf @@ -72,24 +72,3 @@ bindd = SUPER, MOUSE_UP, Scroll active workspace backward, workspace, e-1 # Move/resize windows with mainMod + LMB/RMB and dragging 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 - -# Join groups -bindd = SUPER ALT, LEFT, Move window to group on left, moveintogroup, l -bindd = SUPER ALT, RIGHT, Move window to group on right, moveintogroup, r -bindd = SUPER ALT, UP, Move window to group on top, moveintogroup, u -bindd = SUPER ALT, DOWN, Move window to group on bottom, moveintogroup, d - -# Navigate a single set of grouped windows -bindd = SUPER ALT, TAB, Next window in group, changegroupactive, f -bindd = SUPER ALT SHIFT, TAB, Previous window in group, changegroupactive, b - -# Activate window in a group by number -bindd = SUPER ALT, 1, Switch to group window 1, changegroupactive, 1 -bindd = SUPER ALT, 2, Switch to group window 2, changegroupactive, 2 -bindd = SUPER ALT, 3, Switch to group window 3, changegroupactive, 3 -bindd = SUPER ALT, 4, Switch to group window 4, changegroupactive, 4 -bindd = SUPER ALT, 5, Switch to group window 5, changegroupactive, 5