commit 5be47dbe936e8df457a9020174af948ea6f89239 parent a10ed4796526d58388101a7081b496fd581e44e2 Author: ryukamish <[email protected]> Date: Sun, 19 Apr 2026 19:28:58 +0530 add: floating pavucontrol Diffstat:
| M | niri/cfg/window-rules.kdl | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/niri/cfg/window-rules.kdl b/niri/cfg/window-rules.kdl @@ -31,6 +31,14 @@ window-rule { default-window-height { proportion 0.7; } } +// Floating window rule for applications +window-rule { + match app-id="pavucontrol" + open-floating true + default-column-width { proportion 0.75; } + default-window-height { proportion 0.7; } +} + // KDE file picker window-rule { match app-id="org.freedesktop.impl.portal.desktop.kde"