-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcompton.conf
60 lines (53 loc) · 2.51 KB
/
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
56
57
58
59
60
# Shadow
shadow = true; # Enable shadowing on windows
no-dnd-shadow = true; # Don't draw shadows on DND windows
no-dock-shadow = true; # Don't draw shadows on dock windows
clear-shadow = true; # Zero the part of the shadow's mask behind the window
shadow-radius = 7; # The radius of the shadow blur (default 15)
shadow-offset-x = -7; # The x offset of the shadow blur (default -15)
shadow-offset-y = -7; # The y offset of the shadow blur (default -15)
shadow-opacity = 0.7; # Opacity of the shadows (default .75)
#shadow-red = 0.0; # Red color of the shadow (0.0 - 1.0, default 0.0)
#shadow-green = 0.0; # Green color of the shadow (0.0 - 1.0, default 0.0)
#shadow-blue = 0.0; # Blue color of the shadow (0.0 - 1.0, default 0.0)
shadow-exclude = [ "n:e:Notification" ];# Exclude conditions for shadows
shadow-ignore-shaped = true;
# Opacity
menu-opacity = 0.9; # Opacity for menus (default 1.0)
inactive-opacity = 0.8; # Opacity for inactive windows (0.1 - 1.0)
#frame-opacity = 0.7; # Opacity of the window frames (titlebars) (0.1 - 1.0)
inactive-opacity-override = true; # Overrides overall opacity rules
# Fading
fading = false; # Fade windows during opacity changes
fade-delta = 10; # The time between steps in milliseconds (default 30)
fade-in-step = 0.1; # Opacity delta when fading in (default 0.028)
fade-out-step = 0.1; # Opacity delta when fading out (default 0.03)
no-fading-openclose = true; # Fade windows in/out when opening/closing
# Other
mark-wmwin-focused = true; # Tries to detect WM windows and mark as active
mark-ovredir-focused = true; # Overrides focused windows as active
detect-rounded-corners = true; # Tries to detect rounded cornered windows
detect-client-opacity = true; # Detects if the window itself supports transparency
# inactive-dim = 0.5; # Dims inactive windows (0.0 - 1.0, default 0.0)
blur-background = true; # Blurs transparent background (default false)
blur-background-frame = true; # Blurs transparent frame (default false)
blur-kern = "7x7box" # Blur pattern
# detect-transient = true;
# detect-client-leader = true;
# GLX (backend)
backend = "glx";
vsync = "opengl";
# dbe = true;
# glx-no-stencil = true;
#glx-copy-from-front = false;
# glx-use-copysubbuffermesa = true;
# glx-no-rebind-pixmap = true;
#glx-swap-method = "undefined";
# glx-use-gpushader4 = true;
# xrender-sync = true;
# xrender-sync-fence = true;
# Window type settings
wintypes:
{
tooltip = { fade = true; shadow = false; opacity = 0.90; };
};