Make picom config more minimal
This commit is contained in:
parent
99e3b2975a
commit
4dcd9b8c1d
@ -1,59 +1,9 @@
|
|||||||
shadow = false;
|
inactive-opacity = .8;
|
||||||
shadow-radius = 10;
|
active-opacity = .9;
|
||||||
shadow-offset-x = -7;
|
|
||||||
shadow-offset-y = -7;
|
|
||||||
shadow-exclude = ["class_g = 'polybar'"];
|
|
||||||
shadow-ignore-shaped = false;
|
|
||||||
inactive-opacity = 1;
|
|
||||||
active-opacity = 1;
|
|
||||||
frame-opacity = 1;
|
|
||||||
inactive-opacity-override = false;
|
|
||||||
|
|
||||||
blur-background-exclude = [ "class_g = 'Clock'" ];
|
|
||||||
fading = true;
|
|
||||||
fade-in-step = 0.30;
|
|
||||||
fade-out-step = 0.15;
|
|
||||||
fade-exclude = [];
|
|
||||||
backend = "xrender";
|
|
||||||
mark-wmwin-focused = true;
|
|
||||||
mark-ovredir-focused = true;
|
|
||||||
detect-rounded-corners = true;
|
|
||||||
detect-client-opacity = true;
|
|
||||||
refresh-rate = 0;
|
|
||||||
transition-length=200
|
|
||||||
transition-pow-x = 0.1
|
|
||||||
dbe = false;
|
|
||||||
focus-exclude = [ "class_g = 'Cairo-clock'", "_NET_WM_NAME@:s = 'rofi'" ];
|
|
||||||
detect-transient = true;
|
|
||||||
detect-client-leader = true;
|
|
||||||
invert-color-include = [ ];
|
|
||||||
glx-copy-from-front = false;
|
|
||||||
opacity-rule = [ "99:name *?= 'Screenshot'", "99:class_g = 'Firefox'",
|
|
||||||
"99:name *?= 'Pale Moon'", "99:name *?= 'QupZilla'", "99:class_g =
|
|
||||||
'Midori'", "99:class_g = 'Lazpaint'", "99:class_g = 'Pinta'",
|
|
||||||
"99:class_g = 'Viewnior'", "99:class_g = 'GIMP'", "99:class_g =
|
|
||||||
'Darktable'", "99:name *?= 'VLC'", "99:name *?= 'Event'", "99:name *?=
|
|
||||||
'Call'", "99:name *?= 'Minitube'", "99:name *?= 'Write'", "99:name *?=
|
|
||||||
'VirtualBox'", "99:name *?= 'Conky'", "90:name *?= 'Panel'", "90:name
|
|
||||||
*?= 'Restart'", "90:name *?= 'Page Info'", "99:name *?= 'Image'",
|
|
||||||
"75:class_g = 'kwrite'", "75:name *?= 'mousepad'", "85:class_g *?=
|
|
||||||
'Rofi'", "0:class_g *?= 'conky'"];
|
|
||||||
wintypes :
|
|
||||||
{
|
|
||||||
tooltip :
|
|
||||||
{
|
|
||||||
fade = true;
|
|
||||||
shadow = false;
|
|
||||||
opacity = 0.75;
|
|
||||||
focus = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
blur-background-frame = false;
|
|
||||||
|
|
||||||
blur:
|
blur:
|
||||||
{
|
{
|
||||||
method = "gaussian";
|
method = "gaussian";
|
||||||
size = 2;
|
size = 10;
|
||||||
deviation = 5.0;
|
deviation = 5.0;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user