mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-18 21:57:21 +02:00
fix: niri - window rules - match excatly empty string
This commit is contained in:
@@ -105,7 +105,8 @@ window-rule {
|
|||||||
|
|
||||||
// Notifications shows top right
|
// Notifications shows top right
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id=""
|
// match exactly empty string, avoid to be the default behavior
|
||||||
|
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="top-right"
|
||||||
|
|||||||
Reference in New Issue
Block a user