commit be3540342891458b1531fed5a2e619013122a0ce
parent 9502e8bfdf9c55e7c65b6729697ae9fe80b21fbe
Author: Ashymad <czilukim@o2.pl>
Date: Mon, 29 Jan 2018 12:06:37 +0100
Some more tinkering
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.config/compton.conf b/.config/compton.conf
@@ -23,18 +23,18 @@ glx-no-stencil = true;
# but a 20% increase when only 1/4 is.
# My tests on nouveau show terrible slowdown.
# Useful with --glx-swap-method, as well.
-# glx-copy-from-front = false;
+#glx-copy-from-front = true;
# GLX backend: Use MESA_copy_sub_buffer to do partial screen update.
# My tests on nouveau shows a 200% performance boost when only 1/4 of the screen is updated.
# May break VSync and is not available on some drivers.
# Overrides --glx-copy-from-front.
-# glx-use-copysubbuffermesa = true;
+#glx-use-copysubbuffermesa = true;
# GLX backend: Avoid rebinding pixmap on window damage.
# Probably could improve performance on rapid window content changes, but is known to break things on some drivers (LLVMpipe).
# Recommended if it works.
-# glx-no-rebind-pixmap = true;
+#glx-no-rebind-pixmap = true;
# GLX backend: GLX buffer swap method we assume.
@@ -47,7 +47,7 @@ glx-no-stencil = true;
# Useless with --glx-use-copysubbuffermesa.
# Partially breaks --resize-damage.
# Defaults to undefined.
-glx-swap-method = 1; #"undefined";
+glx-swap-method = -1; #"undefined";
#################################
#
@@ -163,7 +163,7 @@ fading = false;
#mark-ovredir-focused = true;
# Use EWMH _NET_WM_ACTIVE_WINDOW to determine which window is focused instead of using FocusIn/Out events.
# Usually more reliable but depends on a EWMH-compliant WM.
-#use-ewmh-active-win = true;
+use-ewmh-active-win = true;
# Detect rounded corners and treat them as rectangular when --shadow-ignore-shaped is on.
#detect-rounded-corners = true;
@@ -188,7 +188,7 @@ vsync = "opengl-swc";
# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
# Reported to have no effect, though.
-dbe = true;
+#dbe = true;
# Painting on X Composite overlay window. Recommended.
paint-on-overlay = true;
@@ -206,10 +206,10 @@ unredir-if-possible = false;
#focus-exclude = [ ];
# Use WM_TRANSIENT_FOR to group windows, and consider windows in the same group focused at the same time.
-#detect-transient = true;
+detect-transient = true;
# Use WM_CLIENT_LEADER to group windows, and consider windows in the same group focused at the same time.
# WM_TRANSIENT_FOR has higher priority if --detect-transient is enabled, too.
-#detect-client-leader = true;
+detect-client-leader = true;
#################################
#