This commit is contained in:
pim-wtf
2022-06-15 16:32:42 +02:00
parent 532d3facb2
commit bf71b22e3e
24 changed files with 131 additions and 1500 deletions

View File

@ -10,12 +10,11 @@
# Main settings.
backend = "glx";
experimental-backends = true;
vsync = "true";
refresh-rate = 60;
vsync = true;
# Opacity and dimming.
active-opacity = 0.92;
inactive-opacity = 0.92;
active-opacity = 1.0;
inactive-opacity = 1.0;
frame-opacity = 1.0;
opacity = 1.0
inactive-opacity-override = false
@ -23,47 +22,17 @@ inactive-dim = 0.0
inactive-dim-fixed = 1.0
focus-exclude = []
# Opacity exceptions.
opacity-rule = [
"100:name *= 'Netflix'",
"100:name *= 'RawTherapee'",
"100:name *= 'YouTube'",
"100:name *= 'Invidious'",
"100:name *= 'mpv'",
"100:name *= 'GIMP'",
"100:name *= 'Minecraft'",
"100:name *= 'Piped'",
"100:name *= 'QEMU'"
];
# Blur
blur:
{
method = "dual_kawase";
strength = 3;
deviation = 1.0;
background = false;
background-frame = false;
background-fixed = false;
kern = "3x3box"
}
# Shadows
shadow = true;
shadow-opacity = 0.5;
shadow-radius = 15;
shadow-offset-x = -15;
shadow-offset-y = -15;
# Corners
corner-radius = 12;
round-borders = 1;
shadow-opacity = 0.8;
shadow-radius = 20;
shadow-offset-x = -20;
shadow-offset-y = -20;
wintypes:
{
normal = { fade = false; shadow = true; }
tooltip = { fade = true; shadow = true; opacity = 0.9; focus = true; full-shadow = false; };
dock = { shadow = false; }
dnd = { shadow = false; }
popup_menu = { opacity = 0.9; }
dropdown_menu = { opacity = 1.0; }