FIX : xautolock timer to 5
This commit is contained in:
parent
eaab9ce7b6
commit
7b2a946321
|
@ -128,7 +128,7 @@ bar {
|
||||||
bindsym $mod+$ALT+l exec i3lock -ti ~/images/coffee_time.png
|
bindsym $mod+$ALT+l exec i3lock -ti ~/images/coffee_time.png
|
||||||
|
|
||||||
# blocage automatique de l'ecran en cas d'inactivité
|
# 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
|
# Capture d'ecran
|
||||||
bindsym Print exec scrot -u '%Y-%m-%d-%T_$wx$h_scrot.png' -e 'mv $f ~/Screenshots/'
|
bindsym Print exec scrot -u '%Y-%m-%d-%T_$wx$h_scrot.png' -e 'mv $f ~/Screenshots/'
|
||||||
|
|
Loading…
Reference in New Issue