summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-04-19 19:28:58 +0530
committerryukamish <[email protected]>2026-04-19 19:28:58 +0530
commit5be47dbe936e8df457a9020174af948ea6f89239 (patch)
tree1dac1510685da99cbe1c23beb416b01e5794c6aa
parenta10ed4796526d58388101a7081b496fd581e44e2 (diff)
add: floating pavucontrol
-rw-r--r--niri/cfg/window-rules.kdl8
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"