From 92cc2b89f75fd13d83208626fa49724216fbbf9e Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 17 Feb 2025 21:22:10 +0300 Subject: Implement expand-column-to-available-width --- niri-ipc/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'niri-ipc') diff --git a/niri-ipc/src/lib.rs b/niri-ipc/src/lib.rs index 3a585eb3..69a355f1 100644 --- a/niri-ipc/src/lib.rs +++ b/niri-ipc/src/lib.rs @@ -539,6 +539,8 @@ pub enum Action { #[cfg_attr(feature = "clap", arg(allow_hyphen_values = true))] change: SizeChange, }, + /// Expand the focused column to space not taken up by other fully visible columns. + ExpandColumnToAvailableWidth {}, /// Switch between keyboard layouts. SwitchLayout { /// Layout to switch to. -- cgit