aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/picom.scm
Commit message (Collapse)AuthorAgeFilesLines
* Replace all ‘lambda’ occurrences with ‘λ’Gravatar Tom Willemse2023-06-201-4/+4
|
* Add opacity-rule option for picomGravatar Tom Willemse2023-03-301-0/+3
| | | | | | | | | | | | | | | | Use this option to specify that anything containing “(Meeting) | Microsoft Teams” (which should be in the title of MS Teams when in a meeting) should have 100% opacity, and also that anything containing “freerdp” should have 100% opacity. For Teams I really only need it to be opaque once a meeting starts, I don't care the rest of the time. For XFreeRDP I've tried matching on ‘class_g’, ‘name’, nothing seems to work. Using ‘opacity-rule’ finally seems to have an effect. The rules both use ‘*’ to match anywhere in the name, and ‘?’ to specify that the match should be case-insensitive.
* Make picom restart automatically when the coonfiguration ↵Gravatar Tom Willemse2023-03-161-2/+12
| | | | changes
* Try to fix transparency of xfreerdpGravatar Tom Willemse2023-03-161-0/+3
|
* Clean up imports for picom serviceGravatar Tom Willemse2023-03-071-15/+23
|
* Rename ‘(oni home services compton)’ -> ‘(oni home ↵Gravatar Tom Willemse2023-03-071-0/+195
services picom)’