aboutsummaryrefslogblamecommitdiff
path: root/dot_config/systemd/user/swayidle.service
blob: 536eaf994ecf9b98542576035d9e642f8552c68f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                    
[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