From 9fdb3c70f6cec1ee9ad32ac4257e8deb1fef2525 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: update --- .config/picom/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/picom') diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 52d1587..dbf5de7 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,7 +1,7 @@ shadow = true; shadow-radius = 15; shadow-offset-x = -15; -shadow-offset-y = -7; +shadow-offset-y = -15; shadow-exclude = [ "class_g = 'i3-frame' && argb", ]; @@ -16,7 +16,7 @@ inactive-opacity-override = false; focus-exclude = [ "class_g = 'Cairo-clock'" ]; -corner-radius = 5 +corner-radius = 0 rounded-corners-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" -- cgit v1.3-2-g0d8e