commit ae0fadd67342f97fa25c60ba3ea9fc86c4da1458
parent a6421ced2bb5b1bf47ead0125bac6d5ac364c4e5
Author: Arjun Karangiya <kar.9990@gmail.com>
Date: Sat, 11 Jan 2020 14:33:34 +0530
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:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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