Add initial program-launch keybinds to skhd (to match my dwm keybinds)

This commit is contained in:
2026-01-16 23:52:44 -06:00
parent 512bd034c4
commit 85a6a138b7

View File

@@ -1,5 +1,14 @@
# ref: built-in keywords, https://github.com/koekeishiya/skhd/issues/1 # ref: built-in keywords, https://github.com/koekeishiya/skhd/issues/1
cmd - h : $(which skhd) -k "ctrl + shift - tab" # vim-like left/right movements for navigating tabs
cmd - l : $(which skhd) -k "ctrl - tab" cmd - h : $(which skhd) -k "ctrl + shift - tab"
cmd - l : $(which skhd) -k "ctrl - tab"
# shortcuts to open programs
cmd - return : open -a kitty.app -n
cmd - return : open -a Brave\ Browser.app -n
cmd - s : open -a kitty.app -n --args htop
# shortcuts to scripts/procs
# cmd - zxcv : path/to/script.sh