aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbrightness.sh2
-rwxr-xr-xvol.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/brightness.sh b/brightness.sh
index 5e4304b..e94249c 100755
--- a/brightness.sh
+++ b/brightness.sh
@@ -24,5 +24,5 @@ else
#echo "New brightness: $target/$maxbrightness"
fi
-notify-send -t 500 "$(~/scripts/i3blocks/i3brightness.sh)"
+notify-send -h string:x-canonical-private-synchronous:vol -t 500 "$(~/scripts/i3blocks/i3brightness.sh)"
pkill -SIGRTMIN+11 i3blocks
diff --git a/vol.sh b/vol.sh
index 61fbe6f..d925e78 100755
--- a/vol.sh
+++ b/vol.sh
@@ -6,5 +6,5 @@ else
pactl set-sink-volume $sink $1%
fi
-notify-send -t 500 "$(~/scripts/i3blocks/i3vol.sh)"
+notify-send -h string:x-canonical-private-synchronous:vol -t 500 "$(~/scripts/i3blocks/i3vol.sh)"
pkill -SIGRTMIN+10 i3blocks