summaryrefslogtreecommitdiff
path: root/.local/bin/vlt
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/vlt')
-rwxr-xr-x.local/bin/vlt2
1 files changed, 1 insertions, 1 deletions
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
}