mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
niri: set window rules
This commit is contained in:
@@ -194,6 +194,20 @@ let
|
|||||||
clip-to-geometry true
|
clip-to-geometry true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window-rule {
|
||||||
|
match app-id="mpv"
|
||||||
|
open-floating true
|
||||||
|
}
|
||||||
|
window-rule {
|
||||||
|
match app-id="rofi"
|
||||||
|
open-floating true
|
||||||
|
}
|
||||||
|
window-rule {
|
||||||
|
match app-id=r#"firefox$"# title="^Picture-in-Picture$"
|
||||||
|
open-floating true
|
||||||
|
default-floating-position x=32 y=32 relative-to="bottom-left"
|
||||||
|
}
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
match is-window-cast-target=true
|
match is-window-cast-target=true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user