diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2023-11-02 21:07:29 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2023-11-03 20:11:11 +0400 |
| commit | e1bfd981b3950d6963033d20790e0a2c038ce25b (patch) | |
| tree | 5385b8fa25dee23500d02ccabaede9f364d38743 /resources | |
| parent | 6a81d8f2a63a8b18aafbe1f6b12bcdcd39cbd83e (diff) | |
| download | niri-e1bfd981b3950d6963033d20790e0a2c038ce25b.tar.gz niri-e1bfd981b3950d6963033d20790e0a2c038ce25b.tar.bz2 niri-e1bfd981b3950d6963033d20790e0a2c038ce25b.zip | |
Add default-column-width setting
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index c383e6a9..602f0e97 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -107,6 +107,11 @@ preset-column-widths { // fixed 1920 } +// You can change the default width of the new windows. +default-column-width { proportion 0.5; } +// If you leave the brackets empty, the windows themselves will decide their initial width. +// default-column-width {} + // Set gaps around windows in logical pixels. gaps 16 |
