From c2bdb9b430a51309e5bc3f86f22c7ba94fa4e0cb Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 7 Jun 2023 02:53:07 +0300 Subject: Added a shortcut to tmux_sessionizer.sh in kitty ctrl+f to quickly find projects and start a tmux session --- awesome/.config/awesome/picom.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'awesome/.config') 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 = -- cgit v1.2.3