diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-06-07 02:53:07 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-06-07 02:53:07 +0300 |
| commit | c2bdb9b430a51309e5bc3f86f22c7ba94fa4e0cb (patch) | |
| tree | 65f370761459b875cbaecab16b32e9cdcd35c038 /awesome | |
| parent | 6fc0fdae169635c974cb28f316f94868108a6e87 (diff) | |
| download | dotfiles-c2bdb9b430a51309e5bc3f86f22c7ba94fa4e0cb.tar.xz dotfiles-c2bdb9b430a51309e5bc3f86f22c7ba94fa4e0cb.zip | |
Added a shortcut to tmux_sessionizer.sh in kitty ctrl+f to quickly find projects and start a tmux session
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 =
|
