-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcompton.conf
55 lines (48 loc) · 947 Bytes
/
compton.conf
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
backend="glx";
focus-exclude=[
"class_g='maim'",
"_NET_WM_NAME@:s='rofi'"
]
# SHADOW
shadow=true;
no-dnd-shadow=false;
no-dock-shadow=false;
clear-shadow=true;
shadow-radius=2;
shadow-offset-x=0;
shadow-offset-y=0;
shadow-opacity=0.3;
shadow-exclude=[
"_NET_WM_NAME@:s='rofi'"
]
# OPACITY
#active-opacity=0.6;
#frame-opacity=0.6;
#opacity-rule=[
# "99:class_g='Emacs'",
# "80:class_g='vlc'",
# "70:class_g='URxvt'"
#];
#BLUR
#blur-background=true;
#blur-background-fixed=true;
#blur-method="kawase";
#blur-strength=15;
#DIM
inactive-dim=0.05;
inactive-dim-exclude=["window_type='dmenu'"]
# FADING
fading = true;
fade-in-step = 0.05;
fade-out-step = 0.03;
#OTHER
detect-client-opacity = true;
glx-copy-from-front = false;
glx-no-rebind-pixmap = true;
glx-no-stencil = true;
glx-swap-method = 1;
glx-use-gpushader4 = true;
mark-wmwin-focused = true;
paint-on-overlay = true;
use-ewmh-active-win = true;
vsync = "opengl-swc";