From 0a0b163dd188b93e654aca9c8900ec2f03ab999c Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Mon, 17 Apr 2023 10:47:25 +0200 Subject: [PATCH] [update] Changa the dwm oppacity to 80% --- .config/picom/picom.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 2692818..45c640f 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -22,8 +22,10 @@ blur-strength = 3; # ]; #### Transparency / Opacity ##### - -frame-opacity = 1; +inactive-opacity = 0.77; +frame-opacity = 0.9; +inactive-opacity-override = true; opacity-rule = [ "70:class_g = 'Alacritty'", + "80:class_g = 'dwm'", ];