Update compton.conf
This commit is contained in:
parent
20c5863573
commit
4b2b93be6c
1 changed files with 13 additions and 10 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue