18 lines
207 B
Text
18 lines
207 B
Text
|
|
backend = "glx";
|
||
|
|
|
||
|
|
corner-radius = 5.0;
|
||
|
|
shadow = true;
|
||
|
|
shadow-radius = 10;
|
||
|
|
|
||
|
|
blur:
|
||
|
|
{
|
||
|
|
method = "dual_kawase";
|
||
|
|
}
|
||
|
|
|
||
|
|
blur-background-exclude = [
|
||
|
|
"window_type = 'dock'",
|
||
|
|
"class_g ~= 'slop'",
|
||
|
|
];
|
||
|
|
|
||
|
|
vsync = true;
|