From f64d01ac927a0e90828e3e114f75865179bf853d Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Fri, 24 Mar 2023 02:14:06 -0400 Subject: [PATCH] Remove annoying border around firefox menus --- dot_config/picom/picom.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/picom/picom.conf b/dot_config/picom/picom.conf index 5b087a9..33a260a 100644 --- a/dot_config/picom/picom.conf +++ b/dot_config/picom/picom.conf @@ -48,7 +48,8 @@ shadow-exclude = [ "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", - "_GTK_FRAME_EXTENTS@:c" + "_GTK_FRAME_EXTENTS@:c", + "class_g = 'firefox' && argb" ]; # Specify a list of conditions of windows that should have no shadow painted over, such as a dock window.