diff options
Diffstat (limited to 'niri-ipc')
| -rw-r--r-- | niri-ipc/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
