aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/compton.scm
Commit message (Collapse)AuthorAgeFilesLines
* Use forkexec instead of system constructor for picomGravatar Tom Willemse2022-04-201-5/+4
| | | | | | The example was using a system constructor with a kill destructor, but I don't think those two work together. I prefer having the application run in the foreground and using the shepherd way of forking so I have more control.
* Add configuration for picomGravatar Tom Willemse2022-04-051-0/+137