[Linux] Start using compton

This commit is contained in:
2016-09-27 15:09:03 -07:00
parent bbebb5bc4d
commit db79185d79
2 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=compton
[Service]
Type=simple
ExecStart=/usr/bin/compton -cC
ExecStop=/usr/bin/pkill compton
[Install]
WantedBy=wm.target