aboutsummaryrefslogtreecommitdiff
path: root/src/input.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.rs')
-rw-r--r--src/input.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input.rs b/src/input.rs
index 71197d82..bcd86c35 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -325,6 +325,9 @@ impl State {
Action::SetColumnWidth(change) => {
self.niri.layout.set_column_width(change);
}
+ Action::SetWindowHeight(change) => {
+ self.niri.layout.set_window_height(change);
+ }
}
}
InputEvent::PointerMotion { event, .. } => {