/ disabling lock screen and blank screen

as i am trying to figure out why my computer freezes with black screen
This commit is contained in:
committer@tuxwarrior
2025-04-08 21:43:15 -05:00
parent 033a2eccfd
commit 894a8720d7

View File

@@ -210,9 +210,9 @@ exec --no-startup-id pasystray
exec --no-startup-id startup.sh
# 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 X minutes
exec --no-startup-id xautolock -time 15 -locker i3lock_fk.sh
#exec --no-startup-id xautolock -time 15 -locker i3lock_fk.sh
# ---
# shortcuts