fix: niri - float notifications

This commit is contained in:
Ryan Yin
2026-04-30 11:43:53 +08:00
parent 6ee2cb48cb
commit f4697b5eca
2 changed files with 11 additions and 0 deletions

View File

@@ -102,3 +102,12 @@ window-rule {
match app-id="Zoom Workplace"
open-on-workspace "0other"
}
// Notifications shows top right
window-rule {
match app-id=""
open-floating true
open-focused false
default-floating-position x=0 y=0 relative-to="top-right"
}