diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-09-12 12:09:44 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-09-12 02:32:44 -0700 |
| commit | 737e99ec6949d648c39f5ab7ad7af52c0e8602b5 (patch) | |
| tree | e53b9fac479e93bf0993ab6ac34fa70f120ec6af /resources | |
| parent | c3cb42f04d065c0e481ca66ae2a3edce7c5aac74 (diff) | |
| download | niri-737e99ec6949d648c39f5ab7ad7af52c0e8602b5.tar.gz niri-737e99ec6949d648c39f5ab7ad7af52c0e8602b5.tar.bz2 niri-737e99ec6949d648c39f5ab7ad7af52c0e8602b5.zip | |
Add preset window heights to wiki & default config
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index ed2d4f0e..d514cc48 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -113,6 +113,9 @@ layout { // fixed 1920 } + // You can also customize the heights that "switch-preset-window-height" (Mod+Shift+R) toggles between. + // preset-window-heights { } + // 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. @@ -427,7 +430,8 @@ binds { // Mod+BracketRight { consume-or-expel-window-right; } Mod+R { switch-preset-column-width; } - Mod+Shift+R { reset-window-height; } + Mod+Shift+R { switch-preset-window-height; } + Mod+Ctrl+R { reset-window-height; } Mod+F { maximize-column; } Mod+Shift+F { fullscreen-window; } Mod+C { center-column; } |
