summaryrefslogtreecommitdiffstats
path: root/.config/picom.conf
blob: 8db373f6564520f950fedd3c3a1adb26267113ed (plain)
1
2
3
4
5
6
7
8
9
10
# basic configuration
backend = "xrender";
paint-on-overlay = true;
vsync = true;
unredir-if-possible = true;
no-fading-openclose = true;

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