commit 73bd0d0f42cd811bc719b87ad1a8d5e2ccf1b6e8
parent 7e7ce8ec42aa6a92a9bcb07182a2ad667288992f
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date: Sat, 19 Feb 2022 14:57:48 -0500
Reduce urxvt nofocus transparency
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/linux/.config/picom/picom.conf b/linux/.config/picom/picom.conf
@@ -33,7 +33,7 @@ frame-opacity = 0.8;
inactive-opacity-override = false;
opacity-rule = [
"95:class_g = 'URxvt' && focused",
- "85:class_g = 'URxvt' && !focused",
+ "90:class_g = 'URxvt' && !focused",
"95:class_g = 'Zathura' && !focused",
"80:class_g *?= 'Rofi'",
];