niri: change default window width to 0.5, set larger value per app
1 files changed, 4 insertions(+), 3 deletions(-)

M dot.config/niri/config.kdl
M dot.config/niri/config.kdl +4 -3
@@ 125,7 125,7 @@ layout {
     }
 
     // You can change the default width of the new windows.
-    default-column-width { proportion 0.75; }
+    default-column-width { proportion 0.5; }
     // If you leave the brackets empty, the windows themselves will decide their initial width.
     // default-column-width {}
 

          
@@ 265,8 265,9 @@ animations {
 }
 
 window-rule {
-    match app-id="^emacs$"
-    default-column-width { proportion 0.5; }
+    match app-id="^claws-mail$"
+    match app-id="^firefox$"
+    default-column-width { proportion 0.75; }
 }
 
 window-rule {