From 072f073ac88f8c856077fc679e6446d41f6b5a7a Mon Sep 17 00:00:00 2001 From: Dan MacLeod Date: Wed, 2 Jul 2025 22:44:47 +0930 Subject: [PATCH] selectively merged in main --- niri/config.kdl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/niri/config.kdl b/niri/config.kdl index 5c4c9d6..3c107f3 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -349,6 +349,26 @@ window-rule { default-column-width { proportion 0.66667; } } +window-rule { + // Solve space property manager + match app-id="solvespace" + + default-column-width { proportion 0.75; } +} + +window-rule { + // Solve space property manager + match title="Property Browser — SolveSpace" + + default-column-width { proportion 0.25; } +} + +window-rule { + // Nautilus open file window + match app-id="org.gnome.Nautilus" title="Open Folder" + open-floating true +} + // Example: block out two password managers from screen capture. // (This example rule is commented out with a "/-" in front.) /-window-rule { @@ -403,6 +423,8 @@ binds { XF86AudioMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"; } XF86AudioMicMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SOURCE@" "toggle"; } XF86AudioPlay allow-when-locked=true { spawn "playerctl" "play-pause"; } + XF86AudioPrev allow-when-locked=true { spawn "playerctl" "previous"; } + XF86AudioNext allow-when-locked=true { spawn "playerctl" "next"; } // Open/close the Overview: a zoomed-out view of workspaces and windows. // You can also move the mouse into the top-left hot corner,