From 7bb27f484a0ab6295539977544c6f4658dce4c8c Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Sun, 14 Jul 2019 23:20:28 +0300 Subject: [PATCH] compton fix --- .Xresources | 4 ++-- .config/compton.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.Xresources b/.Xresources index 6781733..fc23f83 100644 --- a/.Xresources +++ b/.Xresources @@ -23,8 +23,8 @@ /* *.color14: #8ec07c */ /* *.color15: #ebdbb2 */ -!! Transparency (0-255): -st.opacity: 255 +!! Transparency (0-1): +st.alpha: 0.9 !! Set a default font and font size as below: st.font: TamzenForPowerline:pixelsize=14:antialias=true:autohint=true; st.boldFont: TamzenForPowerline:pixelsize=14:bold:antialias=true:autohint=true; diff --git a/.config/compton.conf b/.config/compton.conf index 1e66924..93f7a77 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -21,7 +21,7 @@ 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 = false; # 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.