-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.skhdrc
57 lines (45 loc) · 1.9 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# ~/.skhdrc
# Close Focused App
alt - q : aerospace close
# Toggle Full Screen Focused App
alt + shift - f : aerospace macos-native-fullscreen
# Toggle Floating
alt + shift - space : aerospace layout floating tiling
# Basic App Launching
alt + shift - t : open -a "Alacritty"
alt + shift - r : open -a "Safari"
alt + shift - e : open -a "Finder"
# Mission Control
cmd + shift - up : mission-control
cmd + shift - down : application-windows
cmd + shift - left : show-desktop
# Miscellaneous
cmd + alt - r : reload config
cmd + shift - p : pmset sleepnow
# Navigation
alt - a : aerospace focus --boundaries workspace left
alt - s : aerospace focus --boundaries workspace down
alt - w : aerospace focus --boundaries workspace up
alt - d : aerospace focus --boundaries workspace right
alt + shift - a : aerospace move left
alt + shift - s : aerospace move down
alt + shift - w : aerospace move up
alt + shift - d : aerospace move right
# Resize
alt + shift - down : aerospace resize smart -50
alt + shift - up : aerospace resize smart +50
# Spaces
alt - 1 : aerospace workspace 1
alt - 2 : aerospace workspace 2
alt - 3 : aerospace workspace 3
alt - 4 : aerospace workspace 4
alt - 5 : aerospace workspace 5
alt - 6 : aerospace workspace 6
alt + shift - 1 : aerospace move-node-to-workspace 1; aerospace workspace 1
alt + shift - 2 : aerospace move-node-to-workspace 2; aerospace workspace 2
alt + shift - 3 : aerospace move-node-to-workspace 3; aerospace workspace 3
alt + shift - 4 : aerospace move-node-to-workspace 4; aerospace workspace 4
alt + shift - 5 : aerospace move-node-to-workspace 5; aerospace workspace 5
alt + shift - 6 : aerospace move-node-to-workspace 6; aerospace workspace 6
alt - tab: aerospace workspace "$(aerospace list-workspaces --monitor mouse --visible)" && aerospace workspace next
alt + shift - tab: aerospace workspace "$(aerospace list-workspaces --monitor mouse --visible)" && aerospace workspace prev