From 8d2657b2884293d060a89e1ce7310774fb80542f Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 18 Jul 2020 21:12:36 +0200 Subject: Added compton config --- .config/compton.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/compton.conf diff --git a/.config/compton.conf b/.config/compton.conf new file mode 100644 index 0000000..249ac53 --- /dev/null +++ b/.config/compton.conf @@ -0,0 +1,6 @@ +# basic configuration +backend = "glx"; +paint-on-overlay = true; +glx-no-stencil = true; +vsync = "opengl-swc"; +unredir-if-possible = false; -- cgit v1.2.3