1
0
Fork 0

fix(picom): radically minimize picom config

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-04-10 20:47:00 -04:00
parent 7e0fcac483
commit 4a32cf270f
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -2,26 +2,14 @@
# Corners # # Corners #
################################# #################################
corner-radius = 10.0; corner-radius = 0;
round-borders = 1; round-borders = 0;
rounded-corners-exclude = [
"window_type = 'dock'",
"class_g ?= 'Dmenu'",
];
################################# #################################
# Shadows # # Shadows #
################################# #################################
shadow = true; shadow = false;
shadow-radius = 25;
shadow-opacity = 1;
shadow-offset-x = -25;
shadow-offset-y = -25;
shadow-exclude = [
"window_type = 'dock'",
"class_g ?= 'Dunst'",
];
################################# #################################
# Transparency / Opacity # # Transparency / Opacity #
@ -39,26 +27,6 @@ focus-exclude = [
opacity-rule = [ opacity-rule = [
]; ];
#################################
# Background-Blurring #
#################################
blur-kern = "3x3box";
blur: {
method = "dual_kawase";
strength = 10;
background = true;
background-frame = false;
background-fixed = false;
}
blur-background-exclude = [
"class_g ?= 'peek'",
"class_g ?= 'Peek'"
# "window_type = 'dock'",
#
];
################################# #################################
# General Settings # # General Settings #
################################# #################################