limit sound notifications to my stuff
[distro-setup] / brc
diff --git a/brc b/brc
index aaaf87ce3e2156f9c9dd3916f622ed1ca1ed2414..742dcee0e958267a4fbb7856b86509eae08bd948 100644 (file)
--- a/brc
+++ b/brc
@@ -2795,11 +2795,11 @@ lsc() {
 # run then notify. close notification after the next prompt.
 rn() {
   "$@"
-  dunstify -u critical "$*"
+  dunstify -u critical -h string:x-dunst-stack-tag:profanity "$*"
   _psrun=(dunstctl close-all)
 }
 n() {
-  dunstify -u critical n
+  dunstify -u critical -h string:x-dunst-stack-tag:profanity n
   _psrun=(dunstctl close-all)
 }