summaryrefslogtreecommitdiffstats
path: root/compton/.config/compton.conf
blob: b2770a2de82c501aed5cc3f6915d4c82edec861e (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
shadow = true;
no-dnd-shadow = true;
shadow-radius = 10;
# alpha-step = 0.75;
shadow-ignore-shaped = true;

detect-transient = true;

inactive-dim = 0.2;
inactive-opacity = 0.75;
menu-opacity = 1;

focus-exclude = [
  "name = 'mowedline'",
  "name = 'i3lock'",
  "class_g = 'Vlc'",
  "name = 'rofi'"
];

shadow-exclude = [
  "name = 'mowedline'",
  "class_g = 'trayer'"
];

fade-exclude = [
  "name = 'mowedline'"
];

blur-background-exclude = [
  "name = 'mowedline'"
];

unredir-if-possible-exclude = [
  "name = 'mowedline'"
];

wintypes:
{
  combo = { shadow = false; };
};