summaryrefslogtreecommitdiffstats
path: root/.config/picom.conf
blob: f1b2e3c978ecc5f49b2332336f667c87cbfb9bcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# basic configuration
# experimental-backends = true;
backend = "glx";
# paint-on-overlay = true;
vsync = true;
unredir-if-possible = true;
no-use-damage = false;
shadow = false;
frame-opacity = 1;
fading = false;
rules = (
	{ match = "class_g = 'mpv'"; unredir = false; }
	)