mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Added application shortcuts
This commit is contained in:
parent
92bd48547e
commit
cfe00f2ca9
@ -79,8 +79,8 @@ super + Escape
|
||||
pkill -USR1 -x sxhkd
|
||||
|
||||
# Misc apps
|
||||
ctrl + alt + {l, n, r, w, s, c, v}
|
||||
alacritty --class float,float -e {lf, neomutt, /usr/bin/newsboat, ~/.config/polybar/bin/wttr-and-wait, spt, castero, nvim}
|
||||
ctrl + alt + {l, n, r, w, s, c, v, k}
|
||||
alacritty --class float,float -e {lf, neomutt, /usr/bin/newsboat, ~/.config/polybar/bin/wttr-and-wait, spt, castero, nvim, ~/.local/bin/calendar-and-wait}
|
||||
ctrl + alt + {b, e, S, N}
|
||||
{brave, emacs, spotify, nitrogen}
|
||||
|
||||
|
3
sxhkd/.local/bin/calendar-and-wait
Executable file
3
sxhkd/.local/bin/calendar-and-wait
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
khal list && read -n 1 -p ""
|
Loading…
Reference in New Issue
Block a user