Add bookmark finder scripts, fix a few incorrect uses of IFS and read
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# this file is just here to easily allow committing this directory to git
|
||||
# the imported themes are copied here when ./copy_dotfiles.sh is run
|
||||
|
||||
@@ -5,9 +5,10 @@ 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 - b : open -a Brave\ Browser.app -n
|
||||
cmd - s : open -a kitty.app -n --args htop
|
||||
cmd - return : open -n -a kitty.app
|
||||
cmd + shift - b : open -n -a Brave\ Browser.app
|
||||
cmd - s : open -n -a kitty.app --args --override macos_quit_when_last_window_closed=yes htop
|
||||
cmd - b : open -n -a kitty.app --args --override macos_quit_when_last_window_closed=yes bookmark-find
|
||||
|
||||
# shortcuts to scripts/procs
|
||||
# cmd - zxcv : path/to/script.sh
|
||||
|
||||
Reference in New Issue
Block a user