summaryrefslogtreecommitdiffstats
path: root/.config/picom.conf
blob: d120c470f59052c337daf7d70af0143f14136296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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;

corner-radius=7;
rounded-corners-exclude= [
	"window_type = 'menu'",
	"window_type = 'dropdown_menu'",
	"window_type = 'popup_menu'",
	"window_type = 'utility'",
	"class_g = 'Polybar'",
	"class_g = 'Rofi'",
	"class_g = 'Dunst'"
];
detect-rounded-corners = true;