From 12ce8bdd65d3b5fcd6e8227eaecd5f772a90f8da Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 11 Jun 2023 08:00:24 -0400 Subject: Configuration file updates and additions. --- .config/picom/picom.conf | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) (limited to '.config/picom') diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 4723dcd..e74baf2 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,5 +1,30 @@ -opacity-rule = [ - "90:class_g = 'URxvt'", - "90:class_g = 'Steam'", - "95:class_g = 'KeePassXC'" -]; +shadow = true; + +vsync = true; + +shadow-radius = 15; +#shadow-offset-x = -10; +#shadow-offset-y = -10; +shadow-opacity = 0.7; +shadow-ignore-shaped = false; +shadow-exclude = [ "class_g = 'dwm'", + "class_g = 'Firefox-esr'", + "class_g = 'dmenu'"]; + +inactive-opacity = 0.9; +active-opacity = 1.0; +frame-opacity = 1.0; +inactive-opacity-override = false; +inactive-dim = 0.1; +opacity-rule = ["100:class_g = 'dwm'", + "100:class_g = 'Firefox-esr'", + "100:class_g = 'dmenu'"]; + +fading = true; +fade-delta = 5; +fade-in-step = 0.3; +fade-out-step = 0.3; + +corner-radius = 10; +rounded-corners-exclude = ["class_g = 'dwm'", + "class_g = 'dmenu'"] -- cgit v1.2.3