niri: force STM32CubeProgrammer dialogs to float
This commit is contained in:
parent
19e94810da
commit
85c746a06d
1 changed files with 7 additions and 0 deletions
|
|
@ -247,6 +247,13 @@ window-rule {
|
||||||
open-floating true
|
open-floating true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Force STM32CubeProgrammer dialogs floating
|
||||||
|
window-rule {
|
||||||
|
match app-id="com.st.app.Main"
|
||||||
|
match title="Message"
|
||||||
|
open-floating true
|
||||||
|
}
|
||||||
|
|
||||||
// Example: block out two password managers from screen capture.
|
// Example: block out two password managers from screen capture.
|
||||||
// (This example rule is commented out with a "/-" in front.)
|
// (This example rule is commented out with a "/-" in front.)
|
||||||
/-window-rule {
|
/-window-rule {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue