picom: update a bit the configuration

This commit is contained in:
Vincent Bernat 2021-07-05 18:50:45 +02:00
parent a4ee2b92bb
commit 84db9ccb13

View file

@ -2,17 +2,22 @@ backend = "glx";
xrender-sync-fence = true;
vsync = true;
# Opacity
inactive-opacity = 0.85;
inactive-opacity-override = true;
# Detect focus
mark-ovredir-focused = true;
focus-exclude = [
"fullscreen"
];
fading = true;
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;