# HG changeset patch # User Yuya Nishihara # Date 1716633292 -32400 # Sat May 25 19:34:52 2024 +0900 # Node ID 6d67bfa14fb0a67bef01fdebde182455f71d3b98 # Parent 3344c0c12c8f125fea76d0d282843f16194918b9 niri: change default window width to 0.5, set larger value per app diff --git a/dot.config/niri/config.kdl b/dot.config/niri/config.kdl --- a/dot.config/niri/config.kdl +++ b/dot.config/niri/config.kdl @@ -125,7 +125,7 @@ } // 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 @@ } 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 {