From 11ea8d63a9d6721f168bcdbc441983acd1dd9a7b Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 9 Nov 2025 14:25:11 +0100 Subject: [PATCH] activating shadow for all windows --- sources/niri/config.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/niri/config.kdl b/sources/niri/config.kdl index 058dec3..5dcca80 100644 --- a/sources/niri/config.kdl +++ b/sources/niri/config.kdl @@ -215,7 +215,7 @@ layout { // You can enable drop shadows for windows. shadow { // Uncomment the next line to enable shadows. - // on + on // By default, the shadow draws only around its window, and not behind it. // Uncomment this setting to make the shadow draw behind its window. @@ -231,7 +231,7 @@ layout { // window. These will also remove client-side shadows if the window // draws any. // - // draw-behind-window true + draw-behind-window true // You can change how shadows look. The values below are in logical // pixels and match the CSS box-shadow properties.