compton.conf: sorted options
This commit is contained in:
parent
5324f7a284
commit
391e25f035
1 changed files with 11 additions and 11 deletions
|
@ -1,13 +1,13 @@
|
||||||
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";
|
// backend = "glx";
|
||||||
|
// vsync = "opengl-swc";
|
||||||
|
dbus = true;
|
||||||
|
detect-client-leader = true;
|
||||||
|
detect-client-opacity = true;
|
||||||
|
detect-transient = true;
|
||||||
// glx-no-stencil = true;
|
// glx-no-stencil = true;
|
||||||
//vsync = "opengl-swc";
|
mark-ovredir-focused = true;
|
||||||
|
mark-wmwin-focused = true;
|
||||||
|
no-dnd-shadow = true;
|
||||||
|
no-dock-shadow = true;
|
||||||
|
shadow = true;
|
||||||
|
use-ewmh-active-win = true;
|
||||||
|
|
Loading…
Reference in a new issue