mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
add reverse window cycling with cycleprev (#874)
* add reverse window cycling with cycleprev * Include the bringactivetotop fix --------- Co-authored-by: observable <x@observable.art> Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
co-authored by
observable
David Heinemeier Hansson
parent
8e557b2ae5
commit
cf556b2da2
@@ -49,7 +49,9 @@ bindd = SUPER SHIFT, down, Swap window down, swapwindow, d
|
||||
|
||||
# Cycle through applications on active workspace
|
||||
bindd = ALT, Tab, Cycle to next window, cyclenext
|
||||
bindd = ALT SHIFT, Tab, Cycle to prev window, cyclenext, prev
|
||||
bindd = ALT, Tab, Reveal active window on top, bringactivetotop
|
||||
bindd = ALT SHIFT, Tab, Reveal active window on top, bringactivetotop
|
||||
|
||||
# Resize active window
|
||||
bindd = SUPER, minus, Expand window left, resizeactive, -100 0
|
||||
|
||||
Reference in New Issue
Block a user