From dad208c7baaf16bf9646985ea8202524f0e53218 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Thu, 30 Mar 2023 20:24:35 +0200 Subject: [PATCH] show failed login attempts for i3lock --- config/i3/config | 2 +- xinitrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/i3/config b/config/i3/config index 2c6685b..8b5ec6a 100644 --- a/config/i3/config +++ b/config/i3/config @@ -139,7 +139,7 @@ bindsym $mod+Alt+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart # 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 # resize window (you can also use the mouse for that) diff --git a/xinitrc b/xinitrc index 902fd61..6c8f23f 100755 --- a/xinitrc +++ b/xinitrc @@ -29,7 +29,7 @@ if type "udiskie" >/dev/null 2>&1; then fi # autolock on suspend -xss-lock -- i3lock --nofork & +xss-lock -- i3lock --nofork --show-failed-attempts & # autolock after 5 minutes of inactivity xset s 300