show failed login attempts for i3lock

This commit is contained in:
Thomas Preisner 2023-03-30 20:24:35 +02:00
parent 7a52f633f4
commit dad208c7ba
2 changed files with 2 additions and 2 deletions

View file

@ -139,7 +139,7 @@ bindsym $mod+Alt+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r restart bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session) # exit i3 (logs you out of your X session)
bindsym $mod+q exec i3lock bindsym $mod+q exec i3lock --nofork --show-failed-attempts
bindsym $mod+Shift+q exit bindsym $mod+Shift+q exit
# resize window (you can also use the mouse for that) # resize window (you can also use the mouse for that)

View file

@ -29,7 +29,7 @@ if type "udiskie" >/dev/null 2>&1; then
fi fi
# autolock on suspend # autolock on suspend
xss-lock -- i3lock --nofork & xss-lock -- i3lock --nofork --show-failed-attempts &
# autolock after 5 minutes of inactivity # autolock after 5 minutes of inactivity
xset s 300 xset s 300