-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.skhdrc
executable file
·359 lines (274 loc) · 15.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# https://github.com/koekeishiya/skhd/issues/1
### CLI {{{
# restart yabai
# ctrl + cmd - 0: brew services stop yabai && brew services start yabai
ctrl + cmd - 0: yabai --restart-service && skhd --restart-service
# Terminal.app
# ctrl - return : open -a Terminal ~
# kitty
# ctrl - return : /Applications/Kitty.app/Contents/MacOS/kitty --single-instance -d ~
# Alacritty
# ctrl - return : open -na /Applications/Alacritty.app
# Wezterm
ctrl - return : open -na /Applications/Wezterm.app
# shift - return : open -na /Applications/Alacritty.app/
### }}}
# Notes
# ctrl + alt + cmd - return : osascript -e 'tell application "Notes" to tell account "iCloud" to tell folder "Quick" to make new note with properties {name:"TODO Replace", body:"#quick"} show '
# -e 'set dateString to do shell script "date +'%Y-%m-%d %k.%M'"'
# Obsidian
# ctrl + cmd - return : open /Applications/Obsidian.app/
ctrl + cmd - return : open /Applications/Obsidian.app/
# ctrl - space: open /Applications/Obsidian.app/
### GUI {{{
# Open Doom Emacs
# ctrl + cmd - return : open /Applications/Emacs.app/
# ctrl + cmd - return : emacs
# TODO fix, find Emacs process kill and restart
# ctrl + cmd - = : emacsclient -e (kill-emacs)
# Open new Doom Emacs client
# ctrl + cmd - space: emacsclient -c
# ctrl + cmd - space: emacsclient -t
# ctrl + cmd + shift - return : emacsclient -c
# Open Dash
# cmd + shift - /: open /Applications/Dash.app/
# Open Discord
# ctrl + cmd - d : open /Applications/Discord.app/
# }}}
# Open Mail
# TODO fix, not working
# ctrl - 0x27: /Applications/Mail.app
# pen ChatGPT
# Use skhd --observe / -o to see hex codes for any key
# Create new area
# ctrl - 0x27: osascript -e 'tell application "Safari" to make new document with properties {URL:"https://chat.openai.com/?model=gpt-4"}'
ctrl - 0x27: osascript -e 'tell application "Safari" to make new document with properties {URL:"https://chat.openai.com/?model=gpt-4"}' -e 'tell application "Safari" to activate'
# ctrl - 0x27: firefox "https://chat.openai.com/?model=gpt-4"
# Opens current tab
# ctrl - 0x27: open -a /Applications/Safari.app "https://chat.openai.com/?model=gpt-4"
### Browser {{{
# Open irefox
# cmd - return: firefox
# open -n /Applications/Firefox.app
# ctrl + cmd - 0x27 : open -n /Applications/Firefox.app
# cmd + shift - return : open -n /Applications/Firefox.app
# Open Chrome
alt - return: osascript -e 'tell application "Safari" to make new document with properties {URL:"https://chat.openai.com/?model=gpt-4"}' -e 'tell application "Safari" to activate'
# Open Safari
cmd - return : open -n /Applications/Safari.app/
# cmd - return : osascript -e 'tell application "Safari" to make new document'
#with properties {URL:"https://www.google.com"}'
#-e 'activate'
#-e 'tell application "Safari" activate'
#-e 'tell application "System Events" to tell process "Safari" perform action "AXRaise"'
#activate' #-e 'tell application "Safari" activate'
# -e 'tell application "System Events" to tell process "Safari" perform action "AXRaise" of the last window'
# -e 'set index of window 1 to 0'
# https://gist.github.com/stevoyoung/3214626
# shift - return : osascript -e ' tell application "Safari" make new document activate end tell '
# shift - return : osascript -e ' tell application "Safari" make new document activate end tell '
# Open Music # FIXME not working
# shift - return : open /Applications/Music.app
# cmd + ctrl - 0 : open /Applications/Music.app
# Open New Vivaldi
# cmd + shift - return : open /Applications/Vivaldi.app/
# Open Nearby Browser (Brave)
# shift - return : open -n /Applications/Brave\ Browser.app/
# Open New Broser (Brave)
ctrl + shift - return : open /Applications/Google\ Chrome.app/
# Open Nearby Chromium
# shift - return : open /Applications/Chromium.app/
# }}}
### Tools {{{
# ctrl - / : open /Applications/Notes.app/
# }}}
# NOTE(vvkmnn): MacOS screenshot solution
cmd + shift - 4 -> : chunkc border::clear
## Window Manager
# toggle window zoom
ctrl + cmd - d : yabai -m window --toggle zoom-parent
ctrl + cmd - f : yabai -m window --toggle zoom-fullscreen
# shift + cmd - d : yabai -m window --toggle zoom-parent
# shift + cmd - f : yabai -m window --toggle zoom-fullscreen
# space - f : yabai -m window --toggle zoom-fullscreen
# cmd + space - f : yabai -m window --toggle zoom-fullscreen
# move window to display and follow focus
alt + ctrl - j : yabai -m window --display west; yabai -m display --focus west
alt + ctrl - k : yabai -m window --display east; yabai -m display --focus east
# move window to another display and follow focus
# TODO fancy but doesn't do much
# shift + cmd - left : WIN_ID=$(yabai -m query --windows --window | jq '.id'); yabai -m window --swap west; [[ ! $? == 0 ]] && (yabai -m display --focus west; yabai -m window last --insert east; yabai -m window --focus $WIN_ID; yabai -m window --display prev; yabai -m window --focus $WIN_ID);
# shift + cmd - right : WIN_ID=$(yabai -m query --windows --window | jq '.id'); yabai -m window --swap east; [[ ! $? == 0 ]] && (yabai -m display --focus east; yabai -m window first --insert west; yabai -m window --focus $WIN_ID; yabai -m window --display next; yabai -m window --focus $WIN_ID);
# focus window
cmd - h : yabai -m window --focus west
cmd - j : yabai -m window --focus south
cmd - k : yabai -m window --focus north
cmd - l : yabai -m window --focus east
# ctrl - h : yabai -m window --focus west
# ctrl - j : yabai -m window --focus south
# ctrl - k : yabai -m window --focus north
# ctrl - l : yabai -m window --focus east
# focus displays
shift + ctrl - j : yabai -m display --focus west
shift + ctrl - h : yabai -m display --focus east
# move window to space and follow focus
shift + cmd - space : cur_window=$(yabai -m query --windows --window | jq '.id') && \
yabai -m window --display prev || yabai -m window --display next && \
yabai -m window --focus ${cur_window}
# select next space
# shift + ctrl - j : yabai -m space --focus prev
cmd + ctrl - k : yabai -m space --focus next || yabai -m space --focus first
cmd + ctrl - j : yabai -m space --focus prev || yabai -m space --focus last
# move window to next space
cmd + ctrl - h : yabai -m window --space prev --focus || yabai -m window --space last --focus
cmd + ctrl - l : yabai -m window --space next --focus || yabai -m window --space first --focus
# move window to pre and next space
# TODO fix this, acts weird
# shift + cmd - j : yabai -m window --space prev; yabai -m space --focus prev
# shift + cmd - j : yabai -m window --space next; yabai -m space --focus next
# swap window
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 window
shift + cmd - h : yabai -m window --warp west
shift + cmd - j : yabai -m window --warp south
shift + cmd - k : yabai -m window --warp north
shift + cmd - l : yabai -m window --warp east
# balance size of windows
shift + alt - 0 : yabai -m space --balance
# make floating window fill screen
shift + alt - up : yabai -m window --grid 1:1:0:0:1:1
# make floating window fill left-half of screen
shift + alt - left : yabai -m window --grid 1:2:0:0:1:1
# make floating window fill right-half of screen
shift + alt - right : yabai -m window --grid 1:2:1:0:1:1
# create desktop, move window and follow focus
# shift + cmd - n : yabai -m space --create && \
# index="$(yabai -m query --spaces --display | jq 'map(select(."is-native-fullscreen" == false))[-1].index')" && \
# yabai -m window --space "${index}" && \
# yabai -m space --focus "${index}"
# create desktop and follow focus
cmd + ctrl - n : yabai -m space --create;\
id=$(yabai -m query --displays --display | grep "spaces");\
yabai -m space --focus $(echo ${id:10:${#id}-10})
# destroy desktop
cmd + ctrl - w : yabai -m space --destroy
# fast focus desktop
# cmd + ctrl - h : yabai -m space --focus prev
# cmd + ctrl - l : yabai -m space --focus next
cmd + alt - x : yabai -m space --focus recent
# cmd + alt - 1 : yabai -m space --focus 1
# cmd + alt - 2 : yabai -m space --focus 2
# cmd + alt - 3 : yabai -m space --focus 3
# cmd + alt - 4 : yabai -m space --focus 4
# cmd + alt - 5 : yabai -m space --focus 5
# cmd + alt - 6 : yabai -m space --focus 6
# cmd + alt - 7 : yabai -m space --focus 7
# cmd + alt - 8 : yabai -m space --focus 8
# cmd + alt - 9 : yabai -m space --focus 9
# cmd + alt - 0 : yabai -m space --focus 10
# send window to desktop and follow focus
# cmd + ctrl - j : yabai -m window --space prev; yabai -m space --focus prev
# cmd + ctrl - k : yabai -m window --space next; yabai -m space --focus next
# shift + cmd - x : yabai -m window --space recent; yabai -m space --focus recent
# cmd - 1 : yabai -m space --focus 1
# cmd - 2 : yabai -m space --focus 2
## focus space 3
# cmd - 3 : index=3; eval "$(yabai -m query --spaces | jq --argjson index "${index}" -r '(.[] | select(.index == $index).windows[0]) as $wid | if $wid then "yabai -m window --focus \"" + ($wid | tostring) + "\"" else "skhd --key \"ctrl - " + (map(select(."native-fullscreen" == 0)) | index(map(select(.index == $index))) + 1 % 10 | tostring) + "\"" end')"
# shift + cmd - 2 : yabai -m window --space 2; yabai -m space --focus 2
# shift + cmd - 3 : yabai -m window --space 3; yabai -m space --focus 3
# shift + cmd - 4 : yabai -m window --space 4; yabai -m space --focus 4
# shift + cmd - 5 : yabai -m window --space 5; yabai -m space --focus 5
# shift + cmd - 6 : yabai -m window --space 6; yabai -m space --focus 6
# shift + cmd - 7 : yabai -m window --space 7; yabai -m space --focus 7
# shift + cmd - 8 : yabai -m window --space 8; yabai -m space --focus 8
# shift + cmd - 9 : yabai -m window --space 9; yabai -m space --focus 9
# shift + cmd - 0 : yabai -m window --space 10; yabai -m space --focus 10
# focus monitor
ctrl + alt - j : yabai -m display --focus prev
ctrl + alt - k : yabai -m display --focus next
ctrl + alt - x : yabai -m display --focus recent
ctrl + alt - 1 : yabai -m display --focus 1
ctrl + alt - 2 : yabai -m display --focus 2
ctrl + alt - 3 : yabai -m display --focus 3
# send window to monitor and follow focus
# ctrl + cmd - j : cur_window=$(yabai -m query --windows --window | jq '.id') && \
# yabai -m window --display prev || yabai -m window --display next && \
# yabai -m window --focus ${cur_window}
# ctrl + cmd - k : cur_window=$(yabai -m query --windows --window | jq '.id') && \
# yabai -m window --display next || yabai -m window --display prev && \
# yabai -m window --focus ${cur_window}
# send window to next display
ctrl + cmd - j : yabai -m window --display prev; yabai -m display --focus prev
ctrl + cmd - k : yabai -m window --display next; yabai -m display --focus next
#
# ctrl + cmd - k : cur_window=$(yabai -m query --windows --window | jq '.id') && \
# yabai -m window --display next || yabai -m window --display prev && \
# yabai -m window --focus ${cur_window}
# ctrl + cmd - k : yabai -m window --display next; yabai -m display --focus next
# ctrl + alt - h : yabai -m window --display prev; yabai -m display --focus prev
# ctrl + alt - l : yabai -m window --display next; yabai -m display --focus next
ctrl + cmd - x : yabai -m window --display recent; yabai -m display --focus recent
ctrl + cmd - 1 : yabai -m window --display 1; yabai -m display --focus 1
ctrl + cmd - 2 : yabai -m window --display 2; yabai -m display --focus 2
ctrl + cmd - 3 : yabai -m window --display 3; yabai -m display --focus 3
# move window
shift + ctrl - a : yabai -m window --move rel:-20:0
shift + ctrl - s : yabai -m window --move rel:0:20
shift + ctrl - w : yabai -m window --move rel:0:-20
shift + ctrl - d : yabai -m window --move rel:20:0
# increase 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
# decrease window size
shift + cmd - a : yabai -m window --resize left:20:0
shift + cmd - s : yabai -m window --resize bottom:0:-20
shift + cmd - w : yabai -m window --resize top:0:20
shift + cmd - d : yabai -m window --resize right:-20:0
# set insertion point in focused container
ctrl + alt - h : yabai -m window --insert west
ctrl + alt - j : yabai -m window --insert south
ctrl + alt - k : yabai -m window --insert north
ctrl + alt - l : yabai -m window --insert east
# close focused window
ctrl + cmd - e : yabai -m window --close
# ctrl + cmd - e : osascript -e 'tell application "System Events" to perform action "AXPress" of (first button whose subrole is "AXCloseButton") of (first window whose subrole is "AXStandardWindow") of (first process whose frontmost is true)'
# ctrl + cmd - e : osascript -e 'tell application "System Events" to perform action "AXPress" of (first button whose subrole is "AXCloseButton") of (first window whose subrole is "AXStandardWindow") of (first process whose frontmost is true); tell application "System Events" to keystroke tab using {command down}'
# ctrl + cmd - e : osascript -e 'tell application "System Events" to perform action "AXPress" of (first button whose subrole is "AXCloseButton") of (first window whose subrole is "AXStandardWindow") of (first process whose frontmost is true); tell application "System Events" to key code 48 using command down'
# ctrl + cmd - e : osascript -e 'tell application "System Events" to perform action "AXPress" of (first button whose subrole is "AXCloseButton") of (first window whose subrole is "AXStandardWindow") of (first process whose frontmost is true); delay 0.1; tell application "System Events" to keystroke tab using command down'
# ctrl + cmd - e : osascript -e 'tell application "System Events" to perform action "AXPress" of (first button whose subrole is "AXCloseButton") of (first window whose subrole is "AXStandardWindow") of (first process whose frontmost is true); delay 0.5; tell application "System Events" to key down command; tell application "System Events" to key code 48; tell application "System Events" to key up command'
# ctrl + cmd - e : osascript -e 'tell application "System Events" to perform action "AXPress" of (first button whose subrole is "AXCloseButton") of (first window whose subrole is "AXStandardWindow") of (first process whose frontmost is true); delay 0.5; tell application "System Events" to key code 48 using command down'
# ctrl + cmd - e : osascript -e 'tell application "System Events" to tell application "System Events" to tell (first process whose frontmost is true) to set frontmost to true; tell application "System Events" to perform action "AXPress" of (first button whose subrole is "AXCloseButton") of (first window whose subrole is "AXStandardWindow") of (first process whose frontmost is true);
# 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 parent zoom
ctrl + shift - d : yabai -m window --toggle zoom-parent
# toggle window fullscreen zoom
ctrl + cmd - f : yabai -m window --toggle zoom-fullscreen
# toggle window native fullscreen
shift + alt - f : yabai -m window --toggle native-fullscreen
# toggle window border
shift + alt - b : yabai -m window --toggle border
# toggle window split type
alt - e : yabai -m window --toggle split
# float / unfloat window and center on screen
alt - t : yabai -m window --toggle float;\
yabai -m window --grid 4:4:1:1:2:2
# toggle sticky
alt - s : yabai -m window --toggle sticky
# toggle sticky, float and resize to picture-in-picture size
alt - p : yabai -m window --toggle sticky;\
yabai -m window --grid 5:5:4:0:1:1
# change layout of desktop
ctrl + alt - a : yabai -m space --layout bsp
ctrl + alt - d : yabai -m space --layout float