aboutsummaryrefslogtreecommitdiff
path: root/picom.conf
blob: 4386cad118832581cb9eab3f4496b2b2253f8a44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
# backend = "glx"
backend = "xrender";

# no-use-damage = false
use-damage = true;

# inactive-opacity = 0.8;
# active-opacity = 0.9;
inactive-dim = 0.2;