2019-04-04 23:37:38 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Idle manager for Wayland
|
|
|
|
Documentation=man:swayidle(1)
|
|
|
|
PartOf=graphical-session.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
ExecStart=/usr/bin/swayidle -w \
|
2021-04-10 18:44:32 +00:00
|
|
|
timeout 600 'echo RELOADAGENT | gpg-connect-agent; swaylock -f' \
|
|
|
|
timeout 60 'swaymsg "output * dpms off"' \
|
|
|
|
resume 'swaymsg "output * dpms on"' \
|
2019-10-20 01:33:34 +00:00
|
|
|
before-sleep 'echo RELOADAGENT | gpg-connect-agent; swaylock -f'
|
2019-04-04 23:37:38 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sway-session.target
|