16 lines
365 B
SYSTEMD
16 lines
365 B
SYSTEMD
|
[Unit]
|
||
|
Description=Idle manager for Wayland
|
||
|
Documentation=man:swayidle(1)
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/swayidle -w \
|
||
|
timeout 300 'lock' \
|
||
|
timeout 600 'swaymsg "output * dpms off"' \
|
||
|
resume 'swaymsg "output * dpms on"' \
|
||
|
before-sleep 'lock'
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sway-session.target
|