From 8189ac50a366242a44630e29ebe71644b26f1061 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Mon, 10 Aug 2020 16:09:15 +0530 Subject: spectr->bspwm->spectr --- picom/.config/picom.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'picom/.config') diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 9b4579a..a27d4a8 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -7,9 +7,10 @@ shadow-exclude = [ "name = 'Notification'", "class_g ?= 'Notify-osd'", "class_g ?= 'dmenu'", + "class_g ?= 'panel'", + "class_g ?= 'spectrwm'", "name = 'polybar'", "name = 'Polybar tray window'", - "class_g ?= 'dwm'", "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", "class_g = 'Firefox' && argb", "_GTK_FRAME_EXTENTS@:c" @@ -33,7 +34,7 @@ blur-background-exclude = [ opacity-rule = [ "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", "100:class_g = 'URxvt' && focused", - "95:class_g = 'URxvt' && !focused" + "90:class_g = 'URxvt' && !focused" ]; ## FADING @@ -74,4 +75,6 @@ corner-radius = 5; rounded-corners-exclude = [ "name = 'bar'", "class_g ?= 'dmenu'", + "class_g ?= 'panel'", + "class_g ?= 'spectrwm'" ]; -- cgit v1.2.3