diff options
Diffstat (limited to 'awesome')
| -rw-r--r-- | awesome/.config/awesome/picom.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/awesome/.config/awesome/picom.conf b/awesome/.config/awesome/picom.conf index a27e30c..6b559e5 100644 --- a/awesome/.config/awesome/picom.conf +++ b/awesome/.config/awesome/picom.conf @@ -182,11 +182,11 @@ opacity-rule = [ # Background-Blurring #
#################################
-# blur:
-# {
-# method = "dual_kawase";
-# strength = 0;
-# };
+blur:
+{
+ method = "dual_kawase";
+ strength = 4;
+};
# Parameters for background blurring, see the *BLUR* section for more information.
# blur-method =
|
