1
0
Fork 0

ajust swayidle

This commit is contained in:
Massaki Archambault 2019-05-02 19:48:25 -04:00
parent 03414e0a4d
commit 144c98b194
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/swayidle -w \
timeout 1800 'swaymsg "output * dpms off"' \
timeout 1200 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
timeout 1810 'lock' \
timeout 1210 'lock' \
before-sleep 'lock'
[Install]