From aa1fbe12aec99cecd90f2e7ea21d8ab2110ac4ba Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sat, 1 Aug 2020 15:57:02 +0530 Subject: added lemon --- picom/.config/picom.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'picom/.config') diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index eb647e8..9b4579a 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -6,6 +6,7 @@ shadow-offset-y = -12; shadow-exclude = [ "name = 'Notification'", "class_g ?= 'Notify-osd'", + "class_g ?= 'dmenu'", "name = 'polybar'", "name = 'Polybar tray window'", "class_g ?= 'dwm'", @@ -20,6 +21,7 @@ inactive-opacity-override = false; blur-background = true; blur-strength = 3; blur-kern = "3x3box"; +# blur-method = "dual_kawase"; blur-background-exclude = [ "name = 'polybar'", "name = 'Polybar tray window'", @@ -69,4 +71,7 @@ detect-transient = true; detect-client-leader = true; invert-color-include = [ ]; corner-radius = 5; -rounded-corners-exclude = [ "name = 'bar'" ] +rounded-corners-exclude = [ + "name = 'bar'", + "class_g ?= 'dmenu'", +]; -- cgit v1.2.3