summaryrefslogtreecommitdiff
path: root/.config/picom
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+Saumit-D@users.noreply.github.com>2021-11-14 04:05:55 +0530
committerGitHub <noreply@github.com>2021-11-14 04:05:55 +0530
commit5249c3ff6fa7c749232fbdb37fd487fb8e8b9c70 (patch)
treec40829fad3510b2e1361a6191bbc20675362e884 /.config/picom
parent4735b601a019bf187504f34989f9b6975e1fcf73 (diff)
Update picom.conf
Diffstat (limited to '.config/picom')
-rw-r--r--.config/picom/picom.conf4
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"