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 ca72db1a..9d36ddea 100644 --- a/niri-ipc/src/lib.rs +++ b/niri-ipc/src/lib.rs @@ -350,6 +350,8 @@ pub enum Action { }, /// Switch between preset column widths. SwitchPresetColumnWidth {}, + /// Switch between preset window heights. + SwitchPresetWindowHeight {}, /// Toggle the maximized state of the focused column. MaximizeColumn {}, /// Change the width of the focused column. |
