diff options
| author | Arjun Karangiya <kar.9990@gmail.com> | 2020-01-11 14:33:34 +0530 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-01-11 09:41:54 -0500 |
| commit | ae0fadd67342f97fa25c60ba3ea9fc86c4da1458 (patch) | |
| tree | 780130f4ca63374d6ea48f7fc9400c2846c75e19 /.config/sxhkd | |
| parent | a6421ced2bb5b1bf47ead0125bac6d5ac364c4e5 (diff) | |
| download | eibhear-ae0fadd67342f97fa25c60ba3ea9fc86c4da1458.tar.gz eibhear-ae0fadd67342f97fa25c60ba3ea9fc86c4da1458.tar.zst eibhear-ae0fadd67342f97fa25c60ba3ea9fc86c4da1458.zip | |
Revert "class needs to be set before the command otherwise it's not set at all"
This reverts commit bf5b003d
This is a mistake. It's not class but command to Nvim. And It breaks the intended feature.
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 3e38fee..bb65259 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -27,7 +27,7 @@ super + n super + c $TERMINAL -e calcurse -D ~/.config/calcurse super + v - $TERMINAL -c VimwikiIndex -e nvim + $TERMINAL -e nvim -c VimwikiIndex super + shift + a $TERMINAL -e alsamixer; pkill -RTMIN+10 $STATUSBAR super + shift + c |
