Compton: Remove a bunch of animations
Trying to simplify things
This commit is contained in:
@@ -56,7 +56,7 @@ glx-swap-method = "undefined";
|
||||
#################################
|
||||
|
||||
# Enabled client-side shadows on windows.
|
||||
shadow = true;
|
||||
shadow = false;
|
||||
# Don't draw shadows on DND windows.
|
||||
no-dnd-shadow = true;
|
||||
# Avoid drawing shadows on dock/panel windows.
|
||||
@@ -125,7 +125,7 @@ alpha-step = 0.06;
|
||||
# Do not let dimness adjust based on window opacity.
|
||||
# inactive-dim-fixed = true;
|
||||
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
|
||||
blur-background = true;
|
||||
blur-background = false;
|
||||
blur-kern = "7x7box";
|
||||
# Blur background of opaque windows with transparent frames as well.
|
||||
blur-background-frame = false;
|
||||
@@ -144,7 +144,7 @@ blur-background-exclude = [
|
||||
#################################
|
||||
|
||||
# Fade windows during opacity changes.
|
||||
fading = true;
|
||||
fading = false;
|
||||
# The time between steps in a fade in milliseconds. (default 10).
|
||||
fade-delta = 3;
|
||||
# Opacity change between steps while fading in. (default 0.028).
|
||||
|
||||
Reference in New Issue
Block a user