aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/compton.scm
Commit message (Collapse)AuthorAgeFilesLines
* Fix configurations for picom, kitty, and rofiGravatar Tom Willemse2022-06-131-2/+2
| | | | | | | | | | These configurations were set up wrong, putting the configuration files in ‘config/*’ instead of ‘.config/*’. The ‘home-xdg-configuration-files-service-type’ takes care of putting them in the right directory. I didn't know about this service before, it doesn't show up when I ‘guix home search home’
* 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