aboutsummaryrefslogtreecommitdiff
path: root/config/picom.conf
blob: 38de5adab1c9daaa40bcf7892bc6943924f80274 (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.3;
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'",
];