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
|
// Force STM32CubeProgrammer dialogs floating
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="com.st.app.Main"
|
match app-id="com.st.app.Main" title="Message"
|
||||||
match title="Message"
|
|
||||||
open-floating true
|
open-floating true
|
||||||
}
|
}
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="steam"
|
match app-id="steam" title=r#"notificationtoasts_.*"#
|
||||||
match title=r#"notificationtoasts_.*"#
|
|
||||||
open-floating true
|
open-floating true
|
||||||
default-floating-position x=0 y=0 relative-to="bottom-right"
|
default-floating-position x=0 y=0 relative-to="bottom-right"
|
||||||
focus-ring {
|
focus-ring {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue