aboutsummaryrefslogtreecommitdiff
path: root/config/picom.conf
blob: 9d22234cacfbc23b4a5ac3ec80b83ce3fbfec249 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
backend = "xrender"; # glx

inactive-dim = 0.0;
focus-exclude = [ "class_g = 'dwm'", "class_g = 'dmenu'"];

#blur-method = "dual_kawase";
#blur-strength = 2;

fading = false;
#fade-delta = 2;

shadow = false;
#shadow-opacity = 0.9;
#shadow-radius = 20;

opacity-rule = [
  "99:class_g = 'St' && focused",
  "90:class_g = 'St' && !focused",
  "98:class_g = 'qutebrowser' && !focused",
  "100:class_g = 'qutebrowser' && focused",
  "100:class_g = 'dmenu'",
];