fix: niri - window rules - match excatly empty string

This commit is contained in:
Ryan Yin
2026-05-03 12:10:11 +08:00
parent 8053a2cb8e
commit a80bb7bd63

View File

@@ -105,7 +105,8 @@ window-rule {
// Notifications shows top right
window-rule {
match app-id=""
// 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"