sway: disable leftover debug flags in notify-volume script

This commit is contained in:
Aleksei Bavshin 2022-06-29 08:22:30 -07:00
commit e1f5ba8a32
No known key found for this signature in database
GPG key ID: 4F071603387A382A

View file

@ -1,7 +1,5 @@
#!/bin/sh
set -ex
if ! command -v notify-send >/dev/null || ! command -v pactl > /dev/null; then
exit 0;
fi