-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.skhdrc
35 lines (28 loc) · 1.06 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
## TILING ##
# change layout of desktop
alt - e : yabai -m space --layout bsp
alt - l : yabai -m space --layout float
# TODO: Stack doesn't seem to work
# alt - s : yabai -m space --layout stack
## Fullscreen Mode ##
cmd + ctrl - f : yabai -m window --toggle zoom-fullscreen
## SPACES (tmux-style) ##
## Delete / Create Space
cmd + ctrl - x : yabai -m space --destroy
cmd + ctrl - c : yabai -m space --create
## Fast Focus desktop ##
ctrl - left : yabai -m space --focus prev
ctrl - right : yabai -m space --focus next
cmd + ctrl - b : yabai -m space --focus recent
cmd + ctrl - p : yabai -m space --focus prev
cmd + ctrl - n : yabai -m space --focus next
cmd + ctrl - 1 : yabai -m space --focus 1
cmd + ctrl - 2 : yabai -m space --focus 2
cmd + ctrl - 3 : yabai -m space --focus 3
cmd + ctrl - 4 : yabai -m space --focus 4
cmd + ctrl - 5 : yabai -m space --focus 5
cmd + ctrl - 6 : yabai -m space --focus 6
cmd + ctrl - 7 : yabai -m space --focus 7
cmd + ctrl - 8 : yabai -m space --focus 8
cmd + ctrl - 9 : yabai -m space --focus 9
cmd + ctrl - 0 : yabai -m space --focus 10