diff options
Diffstat (limited to 'SXHkD')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index 36dc3b8..427f2ec 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -3,6 +3,10 @@ Print scrot -s; +super + Escape + notify-send "Reloaded sxhkd"; \ + killall sxhkd; sxhkd + super + Return notify-send "Launching terminal"; \ $TERMINAL @@ -71,10 +75,6 @@ F{3,4} # super + {_, shift + } {h,j,k,l} # bspc node -{f,s} {west, south, north, east} -# super + Escape -# notify-send "Reloaded sxhkd"; \ -# killall sxhkd; sxhkd - # super + {_,shift + } q # bspc node -{c,k}; |