12 lines
202 B
SYSTEMD
12 lines
202 B
SYSTEMD
|
[Unit]
|
||
|
Description=Idle manager for Wayland
|
||
|
Documentation=man:swayidle(1)
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=%h/Scripts/swayidle.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sway-session.target
|