From 3cf95e8ea2baa48babc2253386bc09f60e0ae322 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 15 Sep 2023 01:31:05 +0300 Subject: meta: Don’t pass ‘-u normal’ to ‘notify-send’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local/bin/vlt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/vlt') diff --git a/.local/bin/vlt b/.local/bin/vlt index 92c2fda..7e48c8d 100755 --- a/.local/bin/vlt +++ b/.local/bin/vlt @@ -35,7 +35,7 @@ notify() then printf "%s: %s\n" "${0##*/}" "$2" >&2 else - notify-send -a "${0##*/}" -u normal "$1" "$2." + notify-send -a "${0##*/}" "$1" "$2." fi } -- cgit v1.2.3