From 76bfbba9cf18ca682dd424b224671fe44296d7ee Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Mon, 13 Feb 2023 12:45:21 -0500 Subject: i3lock: don't show failed logins --- ext/lock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/lock.sh b/ext/lock.sh index d8677f2..508e2b1 100755 --- a/ext/lock.sh +++ b/ext/lock.sh @@ -21,7 +21,7 @@ _muted="$(pacmd list-sinks | awk '/muted/ { print $2 }')" #old_dnd="$(xfconf-query -c xfce4-notifyd -p /do-not-disturb)" #xfconf-query -c xfce4-notifyd -p /do-not-disturb -s true -i3lock --nofork --ignore-empty-password --show-failed-attempts --image /tmp/.lockscreen.png & +i3lock --nofork --ignore-empty-password --image /tmp/.lockscreen.png & # Set settings back to what they were before #test "$old_dnd" = false && xfconf-query -c xfce4-notifyd -p /do-not-disturb -s false -- cgit v1.2.3