aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/systemd/user/inhibridge.service
blob: a4435bf2da0be6efa1267f8d0ebad4479d7feb3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Bridge org.freedesktop.ScreenSaver inhibits to systemd-inhibit
Documentation=https://codeberg.org/Scrumplex/inhibridge
PartOf=graphical-session.target
After=graphical-session.target
ConditionEnvironment=DBUS_SESSION_BUS_ADDRESS

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

[Install]
WantedBy=sway-session.target