18 lines
495 B
Desktop File
18 lines
495 B
Desktop File
# Start of file comment
|
|
[Unit] # Title comment
|
|
Description=Idle manager for Wayland
|
|
Documentation=man:swayidle(1)
|
|
BindsTo=graphical-session.target
|
|
Wants=graphical-session-pre.target
|
|
After=graphical-session-pre.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/swayidle -w \
|
|
timeout 600 'swaylock-bg' \
|
|
timeout 900 'swaymsg "output * dpms off"' \
|
|
resume 'swaymsg "output * dpms on"' \
|
|
after-resume 'swaylock-bg'
|
|
|
|
[Install]
|
|
WantedBy=sway-session.target
|