commit 78cd7ddca39950495af41ec3dc92804e2b969d83
parent 7a8cf09769ee8a8b921669b3c9628e9b3a9e048a
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Sun, 21 Jun 2020 01:29:43 -0400
Update compton config to fix performance
Diffstat:
1 file changed, 6 insertions(+), 23 deletions(-)
diff --git a/.config/compton.conf b/.config/compton.conf
@@ -5,15 +5,15 @@ backend="glx"; # (xrender|glx|xr_glx_hybrid)
# Xrender backend
xrender-sync=true;
-xrender-sync-fence=false; # may be needed for nvidia with glx backend
+xrender-sync-fence=true; # may be needed for nvidia with glx backend
# GLX backend
glx-no-stencil=true;
-glx-copy-from-front=false;
-# glx-use-copysubbuffermesa = false; # overrides `glx-copy-from-front`
-glx-no-rebind-pixmap=true; # recommended as "true" if it works with the video driver
-glx-swap-method="undefined"; # slowest, but safest
-# glx-use-gpushader4=false;
+# glx-copy-from-front=true;
+# glx-use-copysubbuffermesa=false;
+glx-no-rebind-pixmap=true;
+glx-swap-method="undefined";
+glx-use-gpushader4=false;
#+----------------------------------------+
#| Shadows |
@@ -43,23 +43,6 @@ opacity-rule = [
"80:class_g *?= 'Rofi'"
];
-blur-background=true;
-blur-background-frame=true;
-blur-background-fixed=false;
-blur-kern="9x9gaussian"
-blur-background-exclude = [
- "window_type = 'dock'",
- "window_type = 'desktop'",
- "class_g = 'slop'"
-];
-
-fading=true;
-no-fading-openclose=true;
-no-fading-destroyed-argb=true; # workaround for bugs in {Open,Flux}box
-fade-delta=6; # default 10 (this is miliseconds)
-fade-in-step = 0.055; # default 0.028
-fade-out-step = 0.06; # default 0.03
-
#+----------------------------------------+
#| Other Options |
#+----------------------------------------+