From 0d46a14bb4234b941e87259756ee0f65ac7ab0bc Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 1 Nov 2020 19:42:11 +0100 Subject: cool new floating mpd queue fzf thingy --- .config/picom.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.config/picom.conf') diff --git a/.config/picom.conf b/.config/picom.conf index ef79e43..73aa2fc 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -27,7 +27,8 @@ shadow-offset-x = -48; shadow-exclude = [ "!I3_FLOATING_WINDOW@:c && _NET_WM_WINDOW_TYPE@:32a *= '_NET_WM_WINDOW_TYPE_NORMAL'", - "class_g = 'firefox' && !I3_FLOATING_WINDOW@:c" + "class_g = 'firefox' && !I3_FLOATING_WINDOW@:c", + "class_g = 'conky'" ] wintypes: { @@ -50,6 +51,10 @@ wintypes: { menu = { fade = false; }; + + utility = { + shadow = false; + }; }; # combo -- cgit v1.2.3