mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
lock: show number of failed attempts
This commit is contained in:
parent
32b02622bd
commit
d5d723a350
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ case "$1" in
|
|||
# First, stop any music player
|
||||
xdotool key XF86AudioStop
|
||||
# Then, lock screen
|
||||
i3lock_options="-e -i $HOME/.cache/awesome/current-wallpaper.png -t"
|
||||
i3lock_options="-e -i $HOME/.cache/awesome/current-wallpaper.png -t -f"
|
||||
echo "$(date --rfc-3339=seconds) $me: lock: lock screen"
|
||||
if [ -e /proc/self/fd/${XSS_SLEEP_LOCK_FD:--1} ]; then
|
||||
trap 'kill %%' TERM INT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue