Add kawase blur
This commit is contained in:
16
dotfiles/compton/compton.conf
Normal file
16
dotfiles/compton/compton.conf
Normal 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";
|
||||
Reference in New Issue
Block a user