little tweaks
This commit is contained in:
parent
7255fe3a9f
commit
000cd90fa4
1 changed files with 2 additions and 4 deletions
|
@ -9,20 +9,18 @@ active-opacity = 0.85;
|
||||||
inactive-opacity = 0.65;
|
inactive-opacity = 0.65;
|
||||||
blur-background = true;
|
blur-background = true;
|
||||||
blur-method = "dual_kawase";
|
blur-method = "dual_kawase";
|
||||||
|
|
||||||
focus-exclude = [
|
focus-exclude = [
|
||||||
"class_g = 'dwm'"
|
"class_g = 'dwm'"
|
||||||
];
|
];
|
||||||
|
|
||||||
shadow = true;
|
shadow = false;
|
||||||
shadow-exclude = [
|
shadow-exclude = [
|
||||||
"class_g = 'dwm'",
|
"class_g = 'dwm'",
|
||||||
"class_g = 'dmenu'"
|
"class_g = 'dmenu'"
|
||||||
];
|
];
|
||||||
|
|
||||||
corner-radius = 12;
|
corner-radius = 15;
|
||||||
use-damage = false;
|
use-damage = false;
|
||||||
|
|
||||||
rounded-corners-exclude = [
|
rounded-corners-exclude = [
|
||||||
"class_g = 'dwm'"
|
"class_g = 'dwm'"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue