Avoid relocking screen when awaking laptop
parent
85d6ef1655
commit
d8b21c61f5
|
@ -58,7 +58,7 @@ exec numlockx on
|
||||||
exec --no-startup-id xset dpms 600
|
exec --no-startup-id xset dpms 600
|
||||||
|
|
||||||
# autolock after 9 minutes of doing nothing
|
# autolock after 9 minutes of doing nothing
|
||||||
exec --no-startup-id xautolock -time 9 -locker $Locker -corners ----
|
exec --no-startup-id xautolock -time 9 -locker $Locker -detectsleep -corners ----
|
||||||
|
|
||||||
# notifications
|
# notifications
|
||||||
exec dunst
|
exec dunst
|
||||||
|
|
Loading…
Reference in New Issue