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

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

#backend = "glx";
#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'",
];