diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 8d6fc8c..14504a0 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -397,7 +397,6 @@ log-level = "warn"; ################################# # Corners # ################################# -# requires: https://github.com/sdhand/compton or https://github.com/jonaburg/picom corner-radius = 8.0; rounded-corners-exclude = [ #"window_type = 'normal'", @@ -418,19 +417,6 @@ round-borders-exclude = [ ]; -################################# -# Animations # -################################# -# requires https://github.com/jonaburg/picom -# (These are also the default values) -transition-length = 200 -transition-pow-x = 0.0 -transition-pow-y = 0.0 -transition-pow-w = 0.1 -transition-pow-h = 0.1 -size-transition = false - - wintypes: { tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };