From 5249c3ff6fa7c749232fbdb37fd487fb8e8b9c70 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> Date: Sun, 14 Nov 2021 04:05:55 +0530 Subject: Update picom.conf --- .config/picom/picom.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/picom') diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 44c7ed3..e0b5c3b 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -45,6 +45,8 @@ shadow-offset-y = -7; # shadow-exclude = [] shadow-exclude = [ "name = 'Notification'", +#maim screenshot dimming without hardware acc + "class_g *?= 'slop'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", @@ -196,6 +198,8 @@ blur-kern = "3x3box"; # Exclude conditions for background blur. # blur-background-exclude = [] blur-background-exclude = [ +#maim blur select screenshot + "class_g = 'slop'", "window_type = 'dock'", "window_type = 'desktop'", "_GTK_FRAME_EXTENTS@:c" -- cgit v1.2.3