skhd: add window rotation, revert resized windows
This commit is contained in:
parent
a9843dfcfe
commit
2eee26979f
1 changed files with 5 additions and 7 deletions
|
|
@ -13,12 +13,6 @@ alt - l : yabai -m window --focus east
|
|||
# Zoom a window
|
||||
ctrl + shift + alt - f : yabai -m window --toggle zoom-fullscreen
|
||||
|
||||
# Move window and split (current desktop)
|
||||
#ctrl + shift + alt - h : yabai -m window --warp west
|
||||
#ctrl + shift + alt - j : yabai -m window --warp south
|
||||
#ctrl + shift + alt - k : yabai -m window --warp north
|
||||
#ctrl + shift + alt - l : yabai -m window --warp east
|
||||
|
||||
# Swap windows
|
||||
ctrl + shift + alt - h : yabai -m window --swap west
|
||||
ctrl + shift + alt - j : yabai -m window --swap south
|
||||
|
|
@ -30,9 +24,13 @@ ctrl + shift + alt - 1 : yabai -m window --space 1; yabai -m space --focus 1
|
|||
ctrl + shift + alt - 2 : yabai -m window --space 2; yabai -m space --focus 2
|
||||
ctrl + shift + alt - 3 : yabai -m window --space 3; yabai -m space --focus 3
|
||||
ctrl + shift + alt - 4 : yabai -m window --space 4; yabai -m space --focus 4
|
||||
ctrl + shift + alt - 4 : yabai -m window --space 4; yabai -m space --focus 5
|
||||
|
||||
# Move window to display left and right
|
||||
ctrl + shift + alt - r : yabai -m window --display west; yabai -m display --focus west;
|
||||
ctrl + shift + alt - u : yabai -m window --display east; yabai -m display --focus east;
|
||||
|
||||
# Revert resized windows to default
|
||||
ctrl + shift + alt - 0 : yabai -m space --balance
|
||||
|
||||
# Rotate windows clockwise
|
||||
ctrl + shift + alt - y : yabai -m space --rotate 270
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue