diff options
author | Galen Guyer <galen@galenguyer.com> | 2023-02-13 12:45:21 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2023-02-13 12:45:21 -0500 |
commit | 76bfbba9cf18ca682dd424b224671fe44296d7ee (patch) | |
tree | fa61282039ad99a4d9bc52c463d8534b9c03bf64 | |
parent | 6b9a2dffbde41ce577b7ecc91d1effc005ac3224 (diff) |
i3lock: don't show failed logins
-rwxr-xr-x | ext/lock.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |