diff options
Diffstat (limited to 'niri-ipc')
| -rw-r--r-- | niri-ipc/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/niri-ipc/src/lib.rs b/niri-ipc/src/lib.rs index 72e050e4..4db883e5 100644 --- a/niri-ipc/src/lib.rs +++ b/niri-ipc/src/lib.rs @@ -120,6 +120,10 @@ pub enum Action { FocusColumnRightOrFirst, /// Focus the next column to the left, looping if at start. FocusColumnLeftOrLast, + /// Focus the column or the monitor to the left. + FocusColumnOrMonitorLeft, + /// Focus the column or the monitor to the right. + FocusColumnOrMonitorRight, /// Focus the window below. FocusWindowDown, /// Focus the window above. |
