Skip to content

Commit 43fd3aa

Browse files
committed
fix(skhd): remove delay by setting SHELL
I manually set `SHELL=/bin/sh` in the `.plist` file, which speeds up switching workspaces. koekeishiya/skhd#42 (comment)
1 parent d1a8d3b commit 43fd3aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

skhd/.config/skhd/skhdrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ cmd + shift - 8 : yabai -m window --space 8
172172
cmd + shift - 9 : yabai -m window --space 9
173173
cmd + shift - 0 : yabai -m window --space 10
174174
cmd - f : yabai -m window --toggle zoom-fullscreen
175-
cmd - return : open -n /Applications/Kitty.app
175+
# NOTE: I am setting SHELL here, because I make skhd use /bin/sh for speed:
176+
# https://github.com/koekeishiya/skhd/issues/42#issuecomment-1866891201
177+
cmd - return : open --env SHELL=/opt/homebrew/bin/fish -n /Applications/kitty.app
176178
cmd - space : yabai -m window --toggle float
177179
cmd - s : yabai -m window --toggle split

0 commit comments

Comments
 (0)