From c24bdb2878a5c3909ad9d83a4135b18d4988c725 Mon Sep 17 00:00:00 2001 From: Charles D Date: Sat, 17 Jun 2023 11:56:02 -0400 Subject: [PATCH] fix typo --- .config/picom/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index a06fdec..408b548 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -6,7 +6,7 @@ glx-swap-method = 2; mark-wmwin-focused = true; mark-ovredir-focused = true; -detect-rounted-corners = true; +detect-rounded-corners = true; detect-client-opacity = true; refresh-rate: 0; detect-transient = true;