commit 09c3ca4fed7c991426697521498c44fffa13bea4
parent b0c112c5325bead2d546d2139df50a0c1cd1a72f
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Fri, 19 Jun 2020 15:49:31 -0400
Fix maim -s screenshot blurriness
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.config/compton.conf b/.config/compton.conf
@@ -39,7 +39,8 @@ shadow-ignore-shaped=true;
menu-opacity=0.95; # default 1.0
inactive-dim=0.2
opacity-rule = [
- "90:class_g *?= 'St'"
+ "90:class_g *?= 'st'",
+ "80:class_g *?= 'Rofi'"
];
blur-background=true;
@@ -48,7 +49,8 @@ blur-background-fixed=false;
blur-kern="9x9gaussian"
blur-background-exclude = [
"window_type = 'dock'",
- "window_type = 'desktop'"
+ "window_type = 'desktop'",
+ "class_g = 'slop'"
];
fading=true;