aboutsummaryrefslogtreecommitdiffstats
path: root/user/compton.service
blob: 53466b2206ec9e015a92ac548f348512967c81d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Compton X Compositor
After=display-manager.service local-fs.target
ConditionFileIsExecutable=/usr/bin/compton
ConditionKernelCommandLine=!systemd.setenv=REALTIME=true

[Service]
Type=forking
ExecStart=/usr/bin/compton --config %h/.config/compton.conf -b
Restart=always

[Install]
WantedBy=default.target