Remove dwm bar blur
This commit is contained in:
parent
c7adc95db4
commit
f18617523b
@ -3,11 +3,21 @@ active-opacity = .725;
|
|||||||
|
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"100:class_g = 'Gimp'",
|
"100:class_g = 'Gimp'",
|
||||||
"100:class_g = 'sxiv'",
|
"100:class_g = 'Sxiv'",
|
||||||
"100:class_g = 'mpv'",
|
"100:class_g = 'mpv'",
|
||||||
"100:class_g = 'feh'"
|
"100:class_g = 'feh'",
|
||||||
|
"100:class_g = 'Blender'",
|
||||||
|
"100:class_g = 'org.remmina.Remmina'",
|
||||||
|
"1:id = 0x1e00001",
|
||||||
|
"100:class_g = 'VirtualBox Machine'"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
blur-background-exclude = [
|
||||||
|
"class_g = 'conky'",
|
||||||
|
"class_g = 'GLava'",
|
||||||
|
"class_g = 'dwm'"
|
||||||
|
]
|
||||||
|
|
||||||
fading = true;
|
fading = true;
|
||||||
fade-in-step = 0.01;
|
fade-in-step = 0.01;
|
||||||
fade-out-step = 0.005;
|
fade-out-step = 0.005;
|
||||||
|
Loading…
Reference in New Issue
Block a user