mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-29 17:50:39 +02:00
chore: adjust notifications position
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user