From a2645ca3e36b57789056cd086205fa9f0bb31b75 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Mon, 1 Sep 2025 22:13:49 +0200 Subject: [PATCH] Fix Picom config --- picom/.config/picom/picom.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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