FIX : xautolock timer to 5

alacritty
Alexandre LUCAZEAU 2022-02-08 18:25:10 +01:00
parent eaab9ce7b6
commit 7b2a946321
No known key found for this signature in database
GPG Key ID: 3C8ADB07A8217BD3
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ bar {
bindsym $mod+$ALT+l exec i3lock -ti ~/images/coffee_time.png
# blocage automatique de l'ecran en cas d'inactivité
exec xautolock -detectsleep -locker 'i3lock -ti ~/images/coffee_time.png'
exec xautolock -detectsleep -time 5 -locker 'i3lock -ti ~/images/coffee_time.png'
# Capture d'ecran
bindsym Print exec scrot -u '%Y-%m-%d-%T_$wx$h_scrot.png' -e 'mv $f ~/Screenshots/'