diff options
-rw-r--r-- | .config/picom/picom.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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" |