From bc2937b36cf1bc43d30563846822452ca3731662 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 1 Mar 2025 16:15:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-01 16:15:03 --- .config/niri/config.kdl##hostname.dbox | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.config/niri/config.kdl##hostname.dbox b/.config/niri/config.kdl##hostname.dbox index 3b9d6085..45aef3f9 100644 --- a/.config/niri/config.kdl##hostname.dbox +++ b/.config/niri/config.kdl##hostname.dbox @@ -237,8 +237,15 @@ window-rule { // Use this instead if you want them visible on third-party screenshot tools. // block-out-from "screencast" } -// Example: enable rounded corners for all windows. -// (This example rule is commented out with a "/-" in front.) +layer-rule { + match namespace="^launcher$" + shadow { + on + } + // Fuzzel defaults to 10 px rounded corners. + // geometry-corner-radius 10 +} + // Example: enable rounded corners for all windows.// (This example rule is commented out with a "/-" in front.) /-window-rule { geometry-corner-radius 12 clip-to-geometry true