diff options
| author | ryukamish <[email protected]> | 2026-04-19 19:28:58 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-19 19:28:58 +0530 |
| commit | 5be47dbe936e8df457a9020174af948ea6f89239 (patch) | |
| tree | 1dac1510685da99cbe1c23beb416b01e5794c6aa /niri/cfg/window-rules.kdl | |
| parent | a10ed4796526d58388101a7081b496fd581e44e2 (diff) | |
add: floating pavucontrol
Diffstat (limited to 'niri/cfg/window-rules.kdl')
| -rw-r--r-- | niri/cfg/window-rules.kdl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/niri/cfg/window-rules.kdl b/niri/cfg/window-rules.kdl index 1b27d2a..a298544 100644 --- 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" |
