summaryrefslogtreecommitdiffstats
path: root/compton
diff options
context:
space:
mode:
Diffstat (limited to 'compton')
-rw-r--r--compton/.config/compton.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf
index 39a5794..7229696 100644
--- a/compton/.config/compton.conf
+++ b/compton/.config/compton.conf
@@ -1,5 +1,5 @@
# Shadow
-shadow = true; # Enabled client-side shadows on windows.
+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
@@ -18,10 +18,10 @@ shadow-ignore-shaped = true; # Avoid drawing shadow on all shaped windows
# (see also: --detect-rounded-corners)
# Opacity
-menu-opacity = 0.95; # The opacity for menus. (default 1.0)
+menu-opacity = 1.0; # The opacity for menus. (default 1.0)
#inactive-opacity = 0.9; # Default opacity of inactive windows. (0.0 - 1.0)
# active-opacity = 0.8; # Default opacity for active windows. (0.0 - 1.0)
-frame-opacity = 0.7; # Opacity of window titlebars and borders. (0.1 - 1.0)
+frame-opacity = 1.0; # Opacity of window titlebars and borders. (0.1 - 1.0)
# inactive-opacity-override = true; # Let inactive opacity set by 'inactive-opacity' overrides
# value of _NET_WM_OPACITY. Bad choice.
alpha-step = 0.06; # XRender backend: Step size for alpha pictures. Increasing
@@ -34,12 +34,12 @@ alpha-step = 0.06; # XRender backend: Step size for alpha pictures. Increasing
# GLX backend is preferred.
# blur-background-frame = true; # Blur background of opaque windows with transparent
# frames as well.
-blur-background-fixed = false; # Do not let blur radius adjust based on window opacity.
+blur-background-fixed = true; # Do not let blur radius adjust based on window opacity.
blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
# Exclude conditions for background blur.
# Fading
-fading = true; # Fade windows during opacity changes.
+fading = false; # Fade windows during opacity changes.
fade-delta = 3; # 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).
@@ -65,7 +65,7 @@ dbe = false; # Enable DBE painting mode. Rarely needed.
paint-on-overlay = true; # Painting on X Composite overlay window. Recommended.
sw-opti = false; # Limit compton to repaint at most once every 1 / refresh_rate.
# Incompatible with certain VSync methods.
-unredir-if-possible = false; # Unredirect all windows if a full-screen opaque window is
+unredir-if-possible = true; # Unredirect all windows if a full-screen opaque window is
# detected, to maximize performance for full-screen windows.
focus-exclude = [ ]; # A list of conditions of windows that should always be considered
# focused.
@@ -75,11 +75,11 @@ detect-client-leader = true; # Use WM_CLIENT_LEADER to group windows.
invert-color-include = [ ]; # Conditions for windows to be painted with inverted color.
# GLX backend # GLX backend fine-tune options. See man page for more info.
-# glx-no-stencil = true; # Recommended.
+glx-no-stencil = true; # Recommended.
glx-copy-from-front = false; # Useful with --glx-swap-method,
# glx-use-copysubbuffermesa = true; # Recommended if it works. Breaks VSync.
# glx-no-rebind-pixmap = true; # Recommended if it works.
-glx-swap-method = "undefined"; # See man page.
+glx-swap-method = "3"; # See man page.
# Window type settings
wintypes: