From 4391297a9b763cfc5f6873f50e26d6548a572f4f Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 24 Dec 2018 21:35:29 +0100 Subject: Notifications for volume and brightness now replace themselves. --- vol.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vol.sh') 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 -- cgit v1.2.1