]> git.sev.monster Git - dotfiles.git/blame_incremental - xdg/compton.conf
fixed .config not being added
[dotfiles.git] / xdg / compton.conf
... / ...
CommitLineData
1# Shadow
2shadow = true;
3no-dnd-shadow = true;
4no-dock-shadow = true;
5clear-shadow = true;
6shadow-radius = 7;
7shadow-offset-x = -7;
8shadow-offset-y = -7;
9shadow-opacity = 1;
10shadow-exclude = [
11 "_GTK_FRAME_EXTENTS@:c",
12 # fullscreen
13 "x = 0 && y = 0 && override_redirect = true"
14];
15shadow-ignore-shaped = true;
16xinerama-shadow-crop = true;
17
18# Opacity
19menu-opacity = 0.9;
20inactive-opacity = 0.875;
21active-opacity = 1;
22alpha-step = 0.01;
23inactive-dim = 0.075;
24blur-background = true;
25blur-kern = "5,5,0.367879,0.535261,0.606531,0.535261,0.367879,0.535261,0.778801,0.882497,0.778801,0.535261,0.606531,0.882497,0.882497,0.606531,0.535261,0.778801,0.882497,0.778801,0.535261,0.367879,0.535261,0.606531,0.535261,0.367879,"
26
27# Fading
28fading = true;
29fade-delta = 16;
30fade-in-step = 0.05;
31fade-out-step = 0.05;
32
33# Rendering
34backend = "glx"
35glx-no-stencil = true;
36glx-no-rebind-pixmap = true;
37paint-on-overlay = true;
38refresh-rate = 0;
39vsync = "opengl-swc";
40
41# Other
42mark-wmwin-focused = true;
43mark-ovredir-focused = true;
44use-ewmh-active-win = true;
45detect-rounded-corners = true;
46detect-client-opacity = true;
47detect-transient = true;
48detect-client-leader = true;
49
50# Window type settings
51wintypes:
52{
53 tooltip = { fade = true; shadow = true; opacity = 0.9; focus = true; };
54};
This page took 0.024828 seconds and 4 git commands to generate.