From 80ca5d75f1c01515e7ab1443d87447f9a384747c Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 29 May 2026 13:39:21 +0800 Subject: [PATCH] chore: adjust notifications position --- home/linux/gui/niri/conf/windowrules.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/linux/gui/niri/conf/windowrules.kdl b/home/linux/gui/niri/conf/windowrules.kdl index 97842b58..0a42b1cc 100644 --- a/home/linux/gui/niri/conf/windowrules.kdl +++ b/home/linux/gui/niri/conf/windowrules.kdl @@ -122,12 +122,12 @@ window-rule { open-floating true } -// Notifications shows top right +// Notifications shows bottom right window-rule { // match exactly empty string, avoid to be the default behavior match app-id="^$" open-floating true open-focused false - default-floating-position x=0 y=0 relative-to="top-right" + default-floating-position x=0 y=0 relative-to="bottom-right" }