summaryrefslogtreecommitdiff
path: root/niri/cfg
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-05-15 22:04:14 +0530
committerryukamish <[email protected]>2026-05-15 22:04:14 +0530
commit254f6dcd7e51840ae343c8669723399d06e6ccc6 (patch)
tree56e22058f0b088611046ef67f9156168d4ef57f3 /niri/cfg
parent7d760f3faf8e7ce83dcf58d6adafc677c55a2320 (diff)
add: open maximized window for mpv
Diffstat (limited to 'niri/cfg')
-rw-r--r--niri/cfg/window-rules.kdl5
1 files changed, 5 insertions, 0 deletions
diff --git a/niri/cfg/window-rules.kdl b/niri/cfg/window-rules.kdl
index 848a8fb..fe17bb4 100644
--- 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"