diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index b3c192e..6e80838 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -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 \ No newline at end of file +# picom -b to daemonize