summaryrefslogtreecommitdiff
path: root/niri/cfg/window-rules.kdl
diff options
context:
space:
mode:
Diffstat (limited to 'niri/cfg/window-rules.kdl')
-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"