Add initial program-launch keybinds to skhd (to match my dwm keybinds)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user