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