compton backend fix
This commit is contained in:
parent
42bb6919fd
commit
33fd06e7a7
1 changed files with 14 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
# vim: filetype=conf
|
||||
backend = "glx";
|
||||
backend = "xrender"
|
||||
paint-on-overlay = true;
|
||||
glx-no-stencil = true;
|
||||
glx-no-rebind-pixmap = true;
|
||||
|
@ -11,10 +11,10 @@ vsync = "opengl-swc";
|
|||
|
||||
|
||||
#Shadow
|
||||
shadow = true; # Enabled client-side shadows on windows.
|
||||
no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
|
||||
no-dnd-shadow = true; # Don't draw shadows on DND windows.
|
||||
clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
|
||||
shadow = false; # Enabled client-side shadows on windows.
|
||||
#no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
|
||||
#no-dnd-shadow = true; # Don't draw shadows on DND windows.
|
||||
#clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
|
||||
shadow-radius = 7; # The blur radius for shadows. (default 12)
|
||||
shadow-offset-x = -7; # The left offset for shadows. (default -15)
|
||||
shadow-offset-y = -7; # The top offset for shadows. (default -15)
|
||||
|
@ -42,9 +42,9 @@ shadow-exclude = [
|
|||
|
||||
# Fading
|
||||
fading = false; # Fade windows during opacity changes.
|
||||
fade-delta = 4; # The time between steps in a fade in milliseconds. (default 10).
|
||||
fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.028).
|
||||
fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
|
||||
#fade-delta = 4; # The time between steps in a fade in milliseconds. (default 10).
|
||||
#fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.028).
|
||||
#fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
|
||||
#no-fading-openclose = true; # Fade windows in/out when opening/closing
|
||||
|
||||
detect-client-opacity = true; # This prevents opacity being ignored for some apps. For example without this enabled my xfce4-notifyd is 100% opacity no matter what.
|
||||
|
@ -52,5 +52,5 @@ detect-client-opacity = true; # This prevents opacity being ignored for some app
|
|||
# Window type settings
|
||||
wintypes:
|
||||
{
|
||||
tooltip = { fade = true; shadow = false; };
|
||||
tooltip = { fade = false; shadow = false; };
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue