niri: fix window rules
This commit is contained in:
parent
2447eab575
commit
6aeade204c
1 changed files with 2 additions and 4 deletions
|
|
@ -252,14 +252,12 @@ window-rule {
|
|||
|
||||
// Force STM32CubeProgrammer dialogs floating
|
||||
window-rule {
|
||||
match app-id="com.st.app.Main"
|
||||
match title="Message"
|
||||
match app-id="com.st.app.Main" title="Message"
|
||||
open-floating true
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id="steam"
|
||||
match title=r#"notificationtoasts_.*"#
|
||||
match app-id="steam" title=r#"notificationtoasts_.*"#
|
||||
open-floating true
|
||||
default-floating-position x=0 y=0 relative-to="bottom-right"
|
||||
focus-ring {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue