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; shadow = true;
no_dock_shadow = 1; no-dock-shadow = true;
detect-client-opacity = 1; no-dnd-shadow = true;
use-ewmh-active-win = 1; detect-client-opacity = true;
detect-transient = 1; use-ewmh-active-win = true;
detect-client-leader = 1; detect-transient = true;
backend = glx; detect-client-leader = true;
glx-no-stencil = true; dbus = true;
dbus = 1; mark-wmwin-focused = true;
vsync = opengl-swc; mark-ovredir-focused = true;
// backend = "glx";
// glx-no-stencil = true;
//vsync = "opengl-swc";