commit 254f6dcd7e51840ae343c8669723399d06e6ccc6
parent 7d760f3faf8e7ce83dcf58d6adafc677c55a2320
Author: ryukamish <[email protected]>
Date: Fri, 15 May 2026 22:04:14 +0530
add: open maximized window for mpv
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/niri/cfg/window-rules.kdl b/niri/cfg/window-rules.kdl
@@ -23,6 +23,11 @@ window-rule {
open-maximized true
}
+window-rule {
+ match app-id="mpv"
+ open-maximized true
+}
+
// Floating window for my bash scripts
window-rule {
match app-id="TUI.float"