vincentbernat.i3wm-configur.../dotfiles/picom.conf
Vincent Bernat ed9b7c622e picom: disable fading
This is cool, but switching between workspaces can be a bit painful as
windows are unmapped (but not closed) and mapped, so there is some
time and a transition to the background. If we try to make it quicker,
the flicker is more important.
2021-07-06 07:45:45 +02:00

20 lines
350 B
Text

backend = "glx";
xrender-sync-fence = true;
vsync = true;
# Detect focus
mark-ovredir-focused = true;
focus-exclude = [
"fullscreen"
];
use-ewmh-active-win = true;
# Opacity rules
inactive-opacity = 0.85;
inactive-opacity-override = true;
wintypes:
{
popup_menu = { opacity = 1; }
dropdown_menu = { opacity = 1; }
menu = { opacity = 1; }
}