From f8a041b4b04911f2ac6d9dda9d45ab996dfd7d63 Mon Sep 17 00:00:00 2001 From: dx Date: Thu, 9 Jul 2020 22:10:12 +0100 Subject: ~moved super + Escape bind to top of sxhkd --- SXHkD/.config/sxhkd/sxhkdrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'SXHkD/.config/sxhkd/sxhkdrc') 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}; -- cgit v1.2.3-13-gbd6f