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; xrender-sync-fence = true;
vsync = true; vsync = true;
# Opacity # Detect focus
inactive-opacity = 0.85;
inactive-opacity-override = true;
mark-ovredir-focused = true; mark-ovredir-focused = true;
focus-exclude = [ focus-exclude = [
"fullscreen" "fullscreen"
]; ];
fading = true; use-ewmh-active-win = true;
# Opacity rules
inactive-opacity = 0.85;
inactive-opacity-override = true;
wintypes: wintypes:
{ {
popup_menu = { opacity = 1; } popup_menu = { opacity = 1; }
dropdown_menu = { opacity = 1; } dropdown_menu = { opacity = 1; }
menu = { opacity = 1; } menu = { opacity = 1; }
} }
# Enable fading
fading = true;