From e1f5ba8a322a957084bc0b2c0b71d2969f9affd8 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Wed, 29 Jun 2022 08:22:30 -0700 Subject: [PATCH] sway: disable leftover debug flags in notify-volume script --- scripts/notify-volume | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/notify-volume b/scripts/notify-volume index 3e498ca..3416c2b 100755 --- a/scripts/notify-volume +++ b/scripts/notify-volume @@ -1,7 +1,5 @@ #!/bin/sh -set -ex - if ! command -v notify-send >/dev/null || ! command -v pactl > /dev/null; then exit 0; fi