fix(picom): radically minimize picom config
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
7e0fcac483
commit
4a32cf270f
1 changed files with 3 additions and 35 deletions
|
@ -2,26 +2,14 @@
|
|||
# Corners #
|
||||
#################################
|
||||
|
||||
corner-radius = 10.0;
|
||||
round-borders = 1;
|
||||
rounded-corners-exclude = [
|
||||
"window_type = 'dock'",
|
||||
"class_g ?= 'Dmenu'",
|
||||
];
|
||||
corner-radius = 0;
|
||||
round-borders = 0;
|
||||
|
||||
#################################
|
||||
# Shadows #
|
||||
#################################
|
||||
|
||||
shadow = true;
|
||||
shadow-radius = 25;
|
||||
shadow-opacity = 1;
|
||||
shadow-offset-x = -25;
|
||||
shadow-offset-y = -25;
|
||||
shadow-exclude = [
|
||||
"window_type = 'dock'",
|
||||
"class_g ?= 'Dunst'",
|
||||
];
|
||||
shadow = false;
|
||||
|
||||
#################################
|
||||
# Transparency / Opacity #
|
||||
|
@ -39,26 +27,6 @@ focus-exclude = [
|
|||
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 #
|
||||
#################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue