diff options
Diffstat (limited to 'SXHkD/.config/sxhkd')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index 427f2ec..6d1aa70 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -7,6 +7,10 @@ super + Escape notify-send "Reloaded sxhkd"; \ killall sxhkd; sxhkd +super + shift + Escape + notify-send "Reloading xprofile"; \ + sh .xprofile; + super + Return notify-send "Launching terminal"; \ $TERMINAL |