mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-29 13:09:24 +00:00
Add ALT+Tab bindings to cycle windows and bring active to top
This commit is contained in:

committed by
GitHub

parent
65577c1757
commit
eca4f65475
@ -42,6 +42,8 @@ bind = SUPER SHIFT, left, swapwindow, l
|
|||||||
bind = SUPER SHIFT, right, swapwindow, r
|
bind = SUPER SHIFT, right, swapwindow, r
|
||||||
bind = SUPER SHIFT, up, swapwindow, u
|
bind = SUPER SHIFT, up, swapwindow, u
|
||||||
bind = SUPER SHIFT, down, swapwindow, d
|
bind = SUPER SHIFT, down, swapwindow, d
|
||||||
|
bind = ALT, Tab, cyclenext
|
||||||
|
bind = ALT, Tab, bringactivetotop
|
||||||
|
|
||||||
# Resize active window
|
# Resize active window
|
||||||
bind = SUPER, minus, resizeactive, -100 0
|
bind = SUPER, minus, resizeactive, -100 0
|
||||||
|
Reference in New Issue
Block a user