aboutsummaryrefslogtreecommitdiff
path: root/niri-ipc
diff options
context:
space:
mode:
authorWinter <102400503+exoess@users.noreply.github.com>2024-07-09 21:52:48 -0700
committerGitHub <noreply@github.com>2024-07-10 04:52:48 +0000
commita283c34dbbad44dfddfa4b5eafa6d8e3b47b7c14 (patch)
tree3999eec34fa448f919f410966bccb16f555e5db4 /niri-ipc
parentf9fe86ee3e82ff02ac9f75869cc4219850ae3f4c (diff)
downloadniri-a283c34dbbad44dfddfa4b5eafa6d8e3b47b7c14.tar.gz
niri-a283c34dbbad44dfddfa4b5eafa6d8e3b47b7c14.tar.bz2
niri-a283c34dbbad44dfddfa4b5eafa6d8e3b47b7c14.zip
Add move-column-{left/right}-or-to-monitor-{left/right} (#528)
* feature added, move-column-left-or-monitor-left and move-column-right-or-monitor-right * fixed stupid mistake * yalter's fixes * fixed names * fixed a stupid mistake --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
Diffstat (limited to 'niri-ipc')
-rw-r--r--niri-ipc/src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/niri-ipc/src/lib.rs b/niri-ipc/src/lib.rs
index 931898bd..16817df3 100644
--- a/niri-ipc/src/lib.rs
+++ b/niri-ipc/src/lib.rs
@@ -152,6 +152,10 @@ pub enum Action {
MoveColumnToFirst,
/// Move the focused column to the end of the workspace.
MoveColumnToLast,
+ /// Move the focused column to the left or to the monitor to the left.
+ MoveColumnLeftOrToMonitorLeft,
+ /// Move the focused column to the right or to the monitor to the right.
+ MoveColumnRightOrToMonitorRight,
/// Move the focused window down in a column.
MoveWindowDown,
/// Move the focused window up in a column.