chore: adjust notifications position

This commit is contained in:
Ryan Yin
2026-05-29 13:39:21 +08:00
parent 41e34dac24
commit 80ca5d75f1
+2 -2
View File
@@ -122,12 +122,12 @@ window-rule {
open-floating true open-floating true
} }
// Notifications shows top right // Notifications shows bottom right
window-rule { window-rule {
// match exactly empty string, avoid to be the default behavior // match exactly empty string, avoid to be the default behavior
match app-id="^$" match app-id="^$"
open-floating true open-floating true
open-focused false 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"
} }