mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Add focus-column-right-or-first, focus-column-left-or-last (#391)
* add focus-column-right-or-first * add focus-column-left-or-last
This commit is contained in:
@@ -116,6 +116,10 @@ pub enum Action {
|
||||
FocusColumnFirst,
|
||||
/// Focus the last column.
|
||||
FocusColumnLast,
|
||||
/// Focus the next column to the right, looping if at end.
|
||||
FocusColumnRightOrFirst,
|
||||
/// Focus the next column to the left, looping if at start.
|
||||
FocusColumnLeftOrLast,
|
||||
/// Focus the window below.
|
||||
FocusWindowDown,
|
||||
/// Focus the window above.
|
||||
|
||||
Reference in New Issue
Block a user