This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/de/compton/compton.conf

60 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-02-07 16:16:45 -06:00
shadow = true;
clearshadow = true;
2019-05-08 13:31:23 -05:00
shadow-radius = 20;
shadow-offset-x = -20;
shadow-offset-y = -15;
shadow-opacity = 0.5;
2017-02-07 16:16:45 -06:00
shadow-red = 0.0;
shadow-green = 0.0;
shadow-blue = 0.0;
shadow-ignore-shaped = false;
2017-02-07 16:16:45 -06:00
inactive-opacity = 1.0;
active-opacity = 1.0;
frame-opacity = 1.0;
inactive-opacity-override = false;
2019-08-15 10:12:28 -05:00
fading = false;
2017-02-07 16:16:45 -06:00
fade-in-step = 0.06;
fade-out-step = 0.06;
2019-08-15 10:12:28 -05:00
inactive-dim = 0.0;
focus-exclude = [ "n:e:rofi" ]
2017-02-07 16:16:45 -06:00
mark-wmwin-focused = true;
mark-ovredir-focused = false;
2017-02-07 16:16:45 -06:00
detect-rounded-corners = true;
detect-client-opacity = false;
backend = "glx";
2019-08-15 10:12:28 -05:00
vsync = true;
refresh-rate = 100;
2017-04-03 16:31:36 -05:00
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
2017-02-07 16:16:45 -06:00
glx-copy-from-front = false;
2017-04-11 14:49:43 -05:00
xrender-sync-fence = true;
use-damage = true;
dbe = false;
detect-transient = true;
detect-client-leader = true;
invert-color-include = [ ];
2019-08-15 10:12:28 -05:00
blur-background = true;
blur-background-frame = true;
blur-background-fixed = true;
blur-kern = "3x3box";
blur-method = "kawase";
blur-strength = "50";
opacity-rule
2017-02-07 16:16:45 -06:00
wintypes :
{
2019-08-15 10:12:28 -05:00
tooltip : { fade = false; shadow = false; opacity = 1.0; };
dock : { fade = false; opacity = 1.0; };
dnd : { fade = false; shadow = false; opacity = 1.0; };
2017-02-07 16:16:45 -06:00
};