diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-05-11 09:33:23 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-05-11 09:33:23 +0400 |
| commit | 1c14a0a2a97867878c65ea33fa8b927618efb555 (patch) | |
| tree | 16bb26bf1d8b83fca5d768bce7577443e26584e5 /resources | |
| parent | 2fd9a03bd71b4709659cdd35192109b47c3b0e10 (diff) | |
| download | niri-1c14a0a2a97867878c65ea33fa8b927618efb555.tar.gz niri-1c14a0a2a97867878c65ea33fa8b927618efb555.tar.bz2 niri-1c14a0a2a97867878c65ea33fa8b927618efb555.zip | |
Add a reset-window-height action
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index e529dd20..fda3ad84 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -418,6 +418,7 @@ binds { // Mod+BracketRight { consume-or-expel-window-right; } Mod+R { switch-preset-column-width; } + Mod+Shift+R { reset-window-height; } Mod+F { maximize-column; } Mod+Shift+F { fullscreen-window; } Mod+C { center-column; } |
