Increase screen timeout to 3min
This commit is contained in:
parent
e3ad32053f
commit
a452c8a6e0
4
config
4
config
@ -33,8 +33,8 @@ set $screenlock swaylock -f -i $bg_picture -c 000000
|
|||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
exec_always swayidle -w \
|
exec_always swayidle -w \
|
||||||
timeout 70 '$screenlock' \
|
timeout 300 '$screenlock' \
|
||||||
timeout 60 'swaymsg "output * dpms off"' \
|
timeout 280 'swaymsg "output * dpms off"' \
|
||||||
resume 'swaymsg "output * dpms on"' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
before-sleep '$screenlock'
|
before-sleep '$screenlock'
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user