-
Notifications
You must be signed in to change notification settings - Fork 8
/
.skhdrc
39 lines (30 loc) · 1.17 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
alt - return : open -a Alacritty
alt - d : open -a Discord
alt - s : open -a Slack
alt - b : open -a Google\ Chrome
alt - o : open -a Obsidian
alt - t : open -a Tuple
alt + shift - r : brew services restart skhd & brew services restart yabai
alt + shift - s : screencapture -ic
alt + shift - q : yabai -m window --close
alt - w : yabai -m space --layout float
alt - e : yabai -m space --layout bsp
alt - f : yabai -m window --toggle native-fullscreen
alt + shift - space : yabai -m window --toggle float
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
shift + alt - h : yabai -m window --warp west
shift + alt - j : yabai -m window --warp south
shift + alt - k : yabai -m window --warp north
shift + alt - l : yabai -m window --warp east
shift + alt - 1 : yabai -m window --space 1
shift + alt - 2 : yabai -m window --space 2
shift + alt - 3 : yabai -m window --space 3
shift + alt - 4 : yabai -m window --space 4
# In Keyboard -> Keybindings -> Mission control, map the following:
# alt - 1 : workspace 1
# alt - 2 : workspace 2
# alt - 3 : workspace 3
# alt - 4 : workspace 4