dotfiles/x/compton.conf

27 lines
537 B
Plaintext

# shadow
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = true;
shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'" ];
# opacity
menu-opacity = 0.9
# general
#backend = "glx"
sw-opti = true;
# GLX backend
glx-no-stencil = true;
#glx-copy-from-front = false;
# glx-use-copysubbuffermesa = true;
#glx-no-rebind-pixmap = true;
glx-swap-method = "exchange";
# Window type settings
wintypes:
{
tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; };
};