-
Notifications
You must be signed in to change notification settings - Fork 6
/
.skhdrc
38 lines (30 loc) · 1.24 KB
/
.skhdrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# terminal - like Linux
# ctrl + alt - t : open -na /Applications/Utilities/Terminal.app
ctrl + alt - r : yabai --restart-service
# enter fullscreen mode for the focused container
alt - f : yabai -m window --toggle zoom-fullscreen
cmd + ctrl + alt - m : yabai -m window --toggle zoom-fullscreen
# change focus between tiling / floating windows
shift + alt - space : yabai -m window --toggle float
# change layout of desktop
alt - e : yabai -m space --layout bsp
alt - s : yabai -m space --layout float
# change focus
alt - h : yabai -m window --focus west
alt - j : yabai -m window --focus south
alt - k : yabai -m window --focus north
alt - l : yabai -m window --focus east
alt - p : yabai -m window --focus prev
alt - n : yabai -m window --focus next
# move focused window
alt - up : yabai -m window --warp north
alt - down : yabai -m window --warp south
alt - left : yabai -m window --warp west
alt - right : yabai -m window --warp east
# alt warp
alt - r : yabai -m space --rotate 90
alt - w : yabai -m space --balance
# move focused container to workspace
# may depend on SIP being disabled.
cmd + ctrl + alt - right : yabai -m window --space next; yabai -m space --focus next
cmd + ctrl + alt - left : yabai -m window --space prev; yabai -m space --focus prev