aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-11-08 11:17:06 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-11-08 11:27:25 +0400
commitc1060cd26b1eb00e1bd1f8fda367ffd7b332fc0c (patch)
treefaa5dc8fc6f764aba9b2198fdbbd00ec1cdfe531 /resources
parentdc9cee4589495204f56c4cc53da1d18ea1f8764c (diff)
downloadniri-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.kdl4
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; }