diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2023-11-08 11:17:06 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2023-11-08 11:27:25 +0400 |
| commit | c1060cd26b1eb00e1bd1f8fda367ffd7b332fc0c (patch) | |
| tree | faa5dc8fc6f764aba9b2198fdbbd00ec1cdfe531 /resources | |
| parent | dc9cee4589495204f56c4cc53da1d18ea1f8764c (diff) | |
| download | niri-c1060cd26b1eb00e1bd1f8fda367ffd7b332fc0c.tar.gz niri-c1060cd26b1eb00e1bd1f8fda367ffd7b332fc0c.tar.bz2 niri-c1060cd26b1eb00e1bd1f8fda367ffd7b332fc0c.zip | |
Add set-window-height action
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 602f0e97..4878646c 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -226,6 +226,10 @@ binds { Mod+Minus { set-column-width "-10%"; } Mod+Equal { set-column-width "+10%"; } + // Finer height adjustments when in column with other windows. + Mod+Shift+Minus { set-window-height "-10%"; } + Mod+Shift+Equal { set-window-height "+10%"; } + Print { screenshot; } Ctrl+Print { screenshot-screen; } Alt+Print { screenshot-window; } |
