diff options
| author | KronikPillow <kronikpillow@gmail.com> | 2020-01-05 19:35:00 +0100 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-01-05 16:43:31 -0500 |
| commit | bf5b003d83f84635e1f1175d963775cb98016de9 (patch) | |
| tree | a265d8fb684adc2897f66ab5559ccf5b7b476b37 /.config/sxhkd | |
| parent | 87f0b208f31a0996f72be55d4a81772866345bf9 (diff) | |
| download | eibhear-bf5b003d83f84635e1f1175d963775cb98016de9.tar.gz eibhear-bf5b003d83f84635e1f1175d963775cb98016de9.tar.zst eibhear-bf5b003d83f84635e1f1175d963775cb98016de9.zip | |
class needs to be set before the command otherwise it's not set at all
Diffstat (limited to '.config/sxhkd')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index f9e6334..e6a45d1 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -25,7 +25,7 @@ super + n super + c $TERMINAL -e calcurse -D ~/.config/calcurse super + v - $TERMINAL -e nvim -c VimwikiIndex + $TERMINAL -c VimwikiIndex -e nvim super + shift + a $TERMINAL -e alsamixer; pkill -RTMIN+10 $STATUSBAR super + shift + c |
