diff options
Diffstat (limited to 'niri-ipc/src')
| -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 c5551cc3..c2bd2c3c 100644 --- a/niri-ipc/src/lib.rs +++ b/niri-ipc/src/lib.rs @@ -321,6 +321,8 @@ pub enum Action { SwapWindowRight {}, /// Swap focused window with one to the left SwapWindowLeft {}, + /// Toggle the focused column between normal and tabbed display. + ToggleColumnTabbedDisplay {}, /// Center the focused column on the screen. CenterColumn {}, /// Center a window on the screen. |
