mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Add focus-window-top/bottom/down-or-top/up-or-bottom actions
This commit is contained in:
@@ -253,6 +253,14 @@ pub enum Action {
|
||||
FocusWindowOrWorkspaceDown {},
|
||||
/// Focus the window or the workspace above.
|
||||
FocusWindowOrWorkspaceUp {},
|
||||
/// Focus the topmost window.
|
||||
FocusWindowTop {},
|
||||
/// Focus the bottommost window.
|
||||
FocusWindowBottom {},
|
||||
/// Focus the window below or the topmost window.
|
||||
FocusWindowDownOrTop {},
|
||||
/// Focus the window above or the bottommost window.
|
||||
FocusWindowUpOrBottom {},
|
||||
/// Move the focused column to the left.
|
||||
MoveColumnLeft {},
|
||||
/// Move the focused column to the right.
|
||||
|
||||
Reference in New Issue
Block a user