dotfiles/.config/compton.conf

14 lines
312 B
Text
Raw Normal View History

2019-02-19 09:31:42 +01:00
// backend = "glx";
// vsync = "opengl-swc";
dbus = true;
detect-client-leader = true;
2019-01-08 16:16:01 +01:00
detect-client-opacity = true;
detect-transient = true;
// glx-no-stencil = true;
2019-02-19 09:31:42 +01:00
mark-ovredir-focused = true;
mark-wmwin-focused = true;
no-dnd-shadow = true;
no-dock-shadow = true;
shadow = true;
use-ewmh-active-win = true;