aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sway/.config/systemd/user/inhibridge.service
blob: 9523a61b45800fe6ecfed7001436e01621afa302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Simple daemon that bridges freedesktop.org ScreenSaver inhibitions to systemd-inhibit
PartOf=graphical-session.target
After=graphical-session.target

[Service]
Type=simple
ExecStart=/usr/bin/inhibridge
Restart=on-failure

[Install]
WantedBy=graphical-session.target