dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 8e7bbbc02f52b112706bae632fd3a6b71e35e65f
parent 873dccab8a09d46e72e38601131cd0d6e5351241
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  4 Mar 2019 15:22:41 +0100

Use glx instead of xrender

Diffstat:
Mlinks/.compton.conf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/links/.compton.conf b/links/.compton.conf @@ -6,8 +6,8 @@ # Backend to use: "xrender" or "glx". # GLX backend is typically much faster but depends on a sane driver. -backend = "xrender"; -#backend = "glx"; +#backend = "xrender"; +backend = "glx"; ################################# #