aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd/user/swayidle.service
blob: 2d0fcc1218f124e4f16d29aeefb49deb7b0693a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Idle manager for Wayland
Documentation=man:swayidle(1)
BindsTo=sway-session.target

[Service]
Type=simple
ExecStart=/usr/bin/swayidle -w

[Install]
WantedBy=sway-session.target