Adjust picom configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
19160d74f5
commit
291a53fcc3
1 changed files with 8 additions and 4 deletions
|
@ -18,7 +18,7 @@ opacity-rule = [
|
|||
];
|
||||
|
||||
# Shadows
|
||||
shadow = true;
|
||||
shadow = false;
|
||||
shadow-exclude = [
|
||||
"name = 'Polybar tray window'",
|
||||
"class_g = 'Polybar'"
|
||||
|
@ -26,11 +26,15 @@ shadow-exclude = [
|
|||
|
||||
blur:
|
||||
{
|
||||
method = "gaussian";
|
||||
size = 20;
|
||||
deviation = 5.0;
|
||||
method = "dual_kawase";
|
||||
strength = 5;
|
||||
background = false;
|
||||
background-frame = false;
|
||||
background-fixed = false;
|
||||
};
|
||||
|
||||
corner-radius = 0;
|
||||
|
||||
# Performance improvements
|
||||
unredir-if-possible = true;
|
||||
backend = "glx";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue