From 8ddc07b58da717782061e5cb2d96f90e68fe012a Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Thu, 8 Feb 2018 17:35:32 +0000 Subject: [PATCH] compton.conf: add jgmenu to shadow-exclude --- home/.config/compton.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/compton.conf b/home/.config/compton.conf index bdc32708..0053fade 100644 --- a/home/.config/compton.conf +++ b/home/.config/compton.conf @@ -48,6 +48,7 @@ opacity-rule = [ shadow-exclude = [ "name *?= 'Notification'", + "class_g *?= 'jgmenu'", "class_g *?= 'VirtualBox'", "class_g *?= 'Conky'", "class_g *?= 'Notify-osd'",