diff options
Diffstat (limited to 'niri')
| -rw-r--r-- | niri/cfg/window-rules.kdl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/niri/cfg/window-rules.kdl b/niri/cfg/window-rules.kdl index a298544..c762c3e 100644 --- a/niri/cfg/window-rules.kdl +++ b/niri/cfg/window-rules.kdl @@ -33,6 +33,7 @@ window-rule { // Floating window rule for applications window-rule { + // match app-id="mpv" match app-id="pavucontrol" open-floating true default-column-width { proportion 0.75; } @@ -46,14 +47,6 @@ window-rule { open-floating true } -window-rule { - match app-id="mpv" - // Properties - open-floating true - default-column-width { proportion 0.7; } - default-window-height { proportion 0.8; } -} - // Rounded cornors for all windows window-rule { geometry-corner-radius 0 |
