blob: 536eaf994ecf9b98542576035d9e642f8552c68f (
plain) (
tree)
|
|
[Unit]
Description=Idle manager for Wayland
Documentation=man:swayidle(1)
PartOf=wayland-session.target
Requires=wayland-session.target
After=wayland-session.target
[Service]
Type=simple
ExecStart=/usr/bin/swayidle -w
Restart=always
[Install]
WantedBy=wayland-session.target
|