vincentbernat.i3wm-configur.../dotfiles/picom.conf
Vincent Bernat f85aa0487c picom: speedup a bit fading
Otherwise, switching between workspaces is a bit slow.
2021-07-06 07:31:23 +02:00

25 lines
425 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; }
}
# Enable fading
fading = true;
fade-in-step = 0.05;
fade-out-step = 0.05;