aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/compton.scm
Commit message (Collapse)AuthorAgeFilesLines
* Rename ‘(oni home services compton)’ -> ‘(oni home ↵Gravatar Tom Willemse2023-03-071-195/+0
| | | | services picom)’
* Rewrite picom configurationGravatar Tom Willemse2023-03-071-68/+127
| | | | | | | | The previous version of the configuration was complaining that my ‘config’ section was not a valid value for the ‘package’ section. I didn't quite understand why it would complain about that, so I decided to use my now improved Guix Home knowledge (compared to when I copied the previous version) to just rewrite the service in a way that matches my other services.
* 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