diff options
author | Joe <rbo@gmx.us> | 2024-03-03 22:05:29 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-03-03 22:05:29 +0100 |
commit | b52e640f7084f3fd95ac3f10bd10145e2f394bbe (patch) | |
tree | 0d7f5b15c90ddf5469ec55aadc459e78502e5dde | |
parent | up (diff) | |
download | dotfiles-bsd-b52e640f7084f3fd95ac3f10bd10145e2f394bbe.tar.gz dotfiles-bsd-b52e640f7084f3fd95ac3f10bd10145e2f394bbe.tar.bz2 dotfiles-bsd-b52e640f7084f3fd95ac3f10bd10145e2f394bbe.tar.xz dotfiles-bsd-b52e640f7084f3fd95ac3f10bd10145e2f394bbe.tar.zst dotfiles-bsd-b52e640f7084f3fd95ac3f10bd10145e2f394bbe.zip |
up
-rw-r--r-- | .config/picom.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index e98c221..dc1dfb2 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -108,10 +108,10 @@ wintypes: } }; -blur: { - method = "dual_kawase"; - strength = 8; -}; +#blur: { +# method = "dual_kawase"; +# strength = 8; +#}; blur-background-exclude = [ "! class_g = 'Alacritty'" |