swayidle: Reduce idle time to ten minutes
This commit is contained in:
parent
8860a2b6f2
commit
29d4a7165e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ PartOf=graphical-session.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/swayidle -w \
|
ExecStart=/usr/bin/swayidle -w \
|
||||||
timeout 6000 'swaymsg "output * dpms off"' \
|
timeout 600 'swaymsg "output * dpms off"' \
|
||||||
resume 'swaymsg "output * dpms on"' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
lock 'gtklock -d --idle-hide --idle-timeout 5 --start-hidden' \
|
lock 'gtklock -d --idle-hide --idle-timeout 5 --start-hidden' \
|
||||||
before-sleep 'gtklock -d --idle-hide --idle-timeout 5 --start-hidden'
|
before-sleep 'gtklock -d --idle-hide --idle-timeout 5 --start-hidden'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue