/ 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user