This commit is contained in:
committer
2024-05-20 06:18:17 -05:00
parent 9900934c51
commit c962e9d9fa

View File

@@ -210,8 +210,8 @@ exec --no-startup-id nitrogen --restore
# screen off after 30 min (1800 sec) # screen off after 30 min (1800 sec)
exec_always --no-startup-id xset dpms 0 0 1800; exec_always --no-startup-id xset dpms 0 0 1800;
# lock after 60 minutes # lock after X minutes
exec --no-startup-id xautolock -time 60 -locker i3lock_fk.sh exec --no-startup-id xautolock -time 1 -locker i3lock_fk.sh
# --- # ---
# shortcuts # shortcuts