summaryrefslogtreecommitdiff
path: root/.config/systemd/user/xcompmgr@.service
blob: c7844d2e4a130651147a169acaa14534957bf434 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Composite Window-Effects Manger
Documentation=man:xcompmgr(1)
StopWhenUnneeded=true

[Service]
Type=simple
Environment=DISPLAY=%I
ExecStart=/usr/bin/xcompmgr
Restart=always