mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 23:29:23 +00:00
A few more binding description tweaks
This commit is contained in:
@ -5,7 +5,7 @@ bindd = SUPER, W, Close active window, killactive,
|
||||
bindd = SUPER, J, Toggle split, togglesplit, # dwindle
|
||||
bindd = SUPER, P, Pseudo window, pseudo, # dwindle
|
||||
bindd = SUPER, V, Toggle floating, togglefloating,
|
||||
bindd = SHIFT, F11, Full screen, fullscreen, 0
|
||||
bindd = SHIFT, F11, Force full screen, fullscreen, 0
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bindd = SUPER, left, Move focus left, movefocus, l
|
||||
@ -38,10 +38,10 @@ bindd = SUPER SHIFT, code:18, Move window to workspace 1, movetoworkspace, 9
|
||||
bindd = SUPER SHIFT, code:19, Move window to workspace 1, movetoworkspace, 10
|
||||
|
||||
# Swap active window with the one next to it with mainMod + SHIFT + arrow keys
|
||||
bindd = SUPER SHIFT, Swap window to the left, left, swapwindow, l
|
||||
bindd = SUPER SHIFT, Swap window to the right, right, swapwindow, r
|
||||
bindd = SUPER SHIFT, Swap window up, up, swapwindow, u
|
||||
bindd = SUPER SHIFT, Swap window down, down, swapwindow, d
|
||||
bindd = SUPER SHIFT, left, Swap window to the left, swapwindow, l
|
||||
bindd = SUPER SHIFT, right, Swap window to the right, swapwindow, r
|
||||
bindd = SUPER SHIFT, up, Swap window up, swapwindow, u
|
||||
bindd = SUPER SHIFT, down, Swap window down, swapwindow, d
|
||||
|
||||
# Cycle through applications on active workspace
|
||||
bindd = ALT, Tab, Cycle to next window, cyclenext
|
||||
|
Reference in New Issue
Block a user