dotfiles/.config/compton.conf
Tobias Schmidl ca3078df41 Changes to Openbox
- replaced xcompmgr with compton
- set the dock to autohide
2018-07-20 09:13:21 +02:00

10 lines
200 B
Text

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;