From 8709d1799b7d31f019d6d73c9c1f75df3c58d8f0 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 29 Oct 2023 19:58:52 +0530 Subject: rounded corners! --- .config/picom.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/picom.conf b/.config/picom.conf index c629b1c..5cd020c 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -239,6 +239,8 @@ mark-wmwin-focused = true; # mark-ovredir-focused = false mark-ovredir-focused = true; +corner-radius = 6; + # Try to detect windows with rounded corners and don't consider them # shaped windows. The accuracy is not very high, unfortunately. # -- cgit v1.2.3