Turn off experimental backends
[khome.git] / home / .xlaunch.d.horlamca / compositor
1 #! /bin/bash
2
3 # XXX Trying --experimental-backends due to crashes. https://superuser.com/a/1686011
4
5 picom \
6 --shadow \
7 --config ~/.compton.conf
8 # --experimental-backends \
9 # --active-opacity=0.85 \
10 # --inactive-opacity=0.65 \
This page took 0.06949 seconds and 4 git commands to generate.