From 3a21db001d8db7d6d99f5e2eef964f97b4e68c68 Mon Sep 17 00:00:00 2001 From: OBJNULL Date: Sat, 9 May 2026 02:54:03 -0500 Subject: [PATCH] Add corner radius --- .config/niri/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index 7023c74..da28b77 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -346,7 +346,7 @@ window-rule { // Example: enable rounded corners for all windows. // (This example rule is commented out with a "/-" in front.) -/-window-rule { +window-rule { geometry-corner-radius 12 clip-to-geometry true }