diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/picom.conf | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index 855660a..020f139 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -3,14 +3,15 @@ wintypes: dropdown_menu = { opacity = 1.0; } }; -blur: -{ - - method = "gaussian"; - - - size = 10; - - deviation = 5.0; -}; +# Lags a lot +#blur: +#{ +# +# method = "gaussian"; +# +# +# size = 10; +# +# deviation = 5.0; +#}; |