Update compton.conf

This commit is contained in:
Tobias Schmidl 2019-01-08 16:16:01 +01:00 committed by GitHub
parent 20c5863573
commit 4b2b93be6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,13 @@
shadow = 1;
no_dock_shadow = 1;
detect-client-opacity = 1;
use-ewmh-active-win = 1;
detect-transient = 1;
detect-client-leader = 1;
backend = glx;
glx-no-stencil = true;
dbus = 1;
vsync = opengl-swc;
shadow = true;
no-dock-shadow = true;
no-dnd-shadow = true;
detect-client-opacity = true;
use-ewmh-active-win = true;
detect-transient = true;
detect-client-leader = true;
dbus = true;
mark-wmwin-focused = true;
mark-ovredir-focused = true;
// backend = "glx";
// glx-no-stencil = true;
//vsync = "opengl-swc";