-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.skhdrc
42 lines (42 loc) · 1.66 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
39
40
41
42
# focus window
alt - x : yabai -m window --focus recent
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
# swap window
shift + alt - x : yabai -m window --swap recent
shift + alt - h : yabai -m window --swap west
shift + alt - j : yabai -m window --swap south
shift + alt - k : yabai -m window --swap north
shift + alt - l : yabai -m window --swap east
# move between desktops
shift + ctrl - left: yabai -m window --space prev
shift + ctrl - right: yabai -m window --space next
# increase window size
shift + ctrl - a : yabai -m window --resize left:-20:0
shift + ctrl - s : yabai -m window --resize bottom:0:20
shift + ctrl - w : yabai -m window --resize top:0:-20
shift + ctrl - d : yabai -m window --resize right:20:0
# decrease window size
shift + alt - a : yabai -m window --resize left:20:0
shift + alt - s : yabai -m window --resize bottom:0:-20
shift + alt - w : yabai -m window --resize top:0:20
shift + alt - d : yabai -m window --resize right:-20:0
# rotate tree
alt - r : yabai -m space --rotate 90
# mirror tree y-axis
alt - y : yabai -m space --mirror y-axis
# mirror tree x-axis
alt - x : yabai -m space --mirror x-axis
# toggle desktop offset
alt - a : yabai -m space --toggle padding && yabai -m space --toggle gap
# toggle window fullscreen zoom
alt - f : yabai -m window --toggle zoom-fullscreen
# toggle window split type
alt - e : yabai -m window --toggle split
# toggle window native fullscreen
# shift + alt - f : yabai -m window --toggle native-fullscreen
# change layout
ctrl + alt - b : yabai -m space --layout bsp
ctrl + alt - f : yabai -m space --layout float