aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-02-17 21:22:10 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-02-17 21:30:23 +0300
commit92cc2b89f75fd13d83208626fa49724216fbbf9e (patch)
tree7591440c59e669e7f4d3e1d68a011b698a9d0cb5 /resources
parent078383ea8208337d3c9ea89118aa615d7fbbab17 (diff)
downloadniri-92cc2b89f75fd13d83208626fa49724216fbbf9e.tar.gz
niri-92cc2b89f75fd13d83208626fa49724216fbbf9e.tar.bz2
niri-92cc2b89f75fd13d83208626fa49724216fbbf9e.zip
Implement expand-column-to-available-width
Diffstat (limited to 'resources')
-rw-r--r--resources/default-config.kdl5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl
index 133a542f..d0f4398b 100644
--- a/resources/default-config.kdl
+++ b/resources/default-config.kdl
@@ -504,6 +504,11 @@ binds {
Mod+Ctrl+R { reset-window-height; }
Mod+F { maximize-column; }
Mod+Shift+F { fullscreen-window; }
+
+ // Expand the focused column to space not taken up by other fully visible columns.
+ // Makes the column "fill the rest of the space".
+ Mod+Ctrl+F { expand-column-to-available-width; }
+
Mod+C { center-column; }
// Finer width adjustments.