aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/xcompmgr.service
blob: 2de0721d7327008111b6734df05a2e7601136e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Start xcompmgr
PartOf=graphical-session.target

[Service]
Type=exec
ExecStart=/usr/bin/xcompmgr
Restart=on-failure

[Install]
WantedBy=desktop-x11.target