summaryrefslogtreecommitdiffstats
path: root/.config/picom.conf
blob: abad0f5ac2678ec9f561b35cc225d2bbde5fbf01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# basic configuration
backend = "glx";
paint-on-overlay = true;
vsync = true;
unredir-if-possible = false;
no-fading-openclose = true;
# experimental-backends = true;
no-use-damage = true;

# Inactive windows diming
inactive-dim = 0.10;
inactive-dim-fixed = true;