Add blur to transparent windows
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
227fe87770
commit
33aaca49ba
5 changed files with 15 additions and 7 deletions
|
@ -12,13 +12,20 @@
|
|||
|
||||
# Settings opacity rules
|
||||
opacity-rule = [
|
||||
"85:class_g = 'Nemo'",
|
||||
"85:class_g = 'Thunar'"
|
||||
"75:class_g = 'Nemo'",
|
||||
"75:class_g = 'Thunar'"
|
||||
];
|
||||
|
||||
# Shadows
|
||||
shadow = true;
|
||||
|
||||
blur:
|
||||
{
|
||||
method = "gaussian";
|
||||
size = 10;
|
||||
deviation = 5.0;
|
||||
};
|
||||
|
||||
# Performance improvements
|
||||
unredir-if-possible = true;
|
||||
backend = "glx";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue