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

[Service]
Type=exec
ExecStart=xcompmgr

[Install]
WantedBy=graphical-session.target