Add kawase blur

This commit is contained in:
CramMK
2020-05-26 10:49:29 +02:00
parent 7bb307c514
commit 624f36d137
6 changed files with 33 additions and 38 deletions

View File

@@ -0,0 +1,16 @@
# Opacity
opacity-rule = [
"85:class_g = 'XTerm'",
"85:class_g = 'discord'",
"80:class_g *?= 'spotify'",
"90:class_g *?= 'Rofi'",
];
# Blur
blur-background = true;
blur-method = "kawase";
blur-strength = 4;
# Other
vsync = true;
backend = "glx";