aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-bg-xcompmgr.service
blob: a55bbb5b62b40d27c6be7a200eaf33fd9e4ff712 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Run the X Compositing Manager
PartOf=graphical-session.target
After=wman.target

[Service]
Type=exec
ExecStart=xcompmgr

[Install]
WantedBy=wman.target