Fix Picom config

This commit is contained in:
Fabio Scotto di Santolo
2025-09-01 22:13:49 +02:00
parent 79deef489a
commit a2645ca3e3

View File

@@ -114,6 +114,7 @@ rules = (
{ match = "!focused"; opacity = 0.85; },
{ match = "tooltip"; fade = true; shadow = true; opacity = 0.5; focus = true; full-shadow = false; },
{ match = "popup_menu"; opacity = 0.7; },
{ match = "dropdown_menu"; opacity = 0.7; },)
{ match = "dropdown_menu"; opacity = 0.7; }
)
# picom -b to daemonize
# picom -b to daemonize