diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-08 14:29:30 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-08 14:29:30 +0530 |
commit | b4a904bfd4d41bf591181d95166cb8270ca661bc (patch) | |
tree | dddd142cf8bee8be278f551c05533884f9329649 /scripts/dnd-on | |
parent | f9b768d95b526c730018f4f4d3635e779faedbf7 (diff) |
added scripts to pause and unpause popup notifications
Diffstat (limited to 'scripts/dnd-on')
-rwxr-xr-x | scripts/dnd-on | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/dnd-on b/scripts/dnd-on new file mode 100755 index 00000000..0a125013 --- /dev/null +++ b/scripts/dnd-on @@ -0,0 +1,4 @@ +#!/bin/zsh + +notify-send.py a --hint boolean:deadd-notification-center:true \ + string:type:pausePopups |