diff options
-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 |