diff options
Diffstat (limited to 'home/xyz/.config/sxhkd/sxhkdrc')
-rw-r--r-- | home/xyz/.config/sxhkd/sxhkdrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/xyz/.config/sxhkd/sxhkdrc b/home/xyz/.config/sxhkd/sxhkdrc index d529d606..17e75a94 100644 --- a/home/xyz/.config/sxhkd/sxhkdrc +++ b/home/xyz/.config/sxhkd/sxhkdrc @@ -51,7 +51,11 @@ alt + q kill -RTMIN+4 "$(cat "$XDG_CACHE_HOME/pidofbar")";\ qbittorrent +# close dunst Notification alt + n dunstctl close +alt + shift + n + echo 'notify-send -u critical Boiling\ Water!; bell' | at now + 12 minutes && notify-send "Successfully Scheduled" + # vim: ft=sh |