From 8a4fc10e9f1225efdae9fef0181235e407952efd Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Thu, 2 May 2024 23:48:44 -0600 Subject: [PATCH] rounded --- picom/picom.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/picom/picom.conf b/picom/picom.conf index 26bac88..3c958fd 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -17,3 +17,8 @@ opacity-rule = [ animation-delta = 6; animations = true; +corner-radius = 8; + +rounded-corners-exclude = [ + "class_g *= 'dwm'" +];