lightmode
E. Almqvist 2 years ago
parent d86594d301
commit 3b517df546
  1. 14
      picom/.config/picom/picom.conf

@ -397,7 +397,6 @@ log-level = "warn";
################################# #################################
# Corners # # Corners #
################################# #################################
# requires: https://github.com/sdhand/compton or https://github.com/jonaburg/picom
corner-radius = 8.0; corner-radius = 8.0;
rounded-corners-exclude = [ rounded-corners-exclude = [
#"window_type = 'normal'", #"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: wintypes:
{ {
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }; tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };

Loading…
Cancel
Save