diff options
author | xyz <gky44px1999@gmail.com> | 2021-11-01 23:39:46 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-11-01 23:39:46 -0700 |
commit | 62cef1063ad765eea12cf08e99fc042e5c303987 (patch) | |
tree | e5edf1ce3444cf649441874a559460819a510781 /home/xyz/.config | |
parent | ada12f4932bf17a00fc9eab591254b240044872a (diff) |
move notify water to sxhkdrc, add new script ring bell
Diffstat (limited to 'home/xyz/.config')
-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 |