mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Added actions to allow focusing up or down as normal but to wrap to the column to the left or right if there is no window above or below
This commit is contained in:
committed by
Ivan Molodetskikh
parent
bcca03cce7
commit
eb0f7aa429
@@ -116,6 +116,14 @@ pub enum Action {
|
||||
FocusWindowDown,
|
||||
/// Focus the window above.
|
||||
FocusWindowUp,
|
||||
/// Focus the window below or the column to the left.
|
||||
FocusWindowDownOrColumnLeft,
|
||||
/// Focus the window below or the column to the right.
|
||||
FocusWindowDownOrColumnRight,
|
||||
/// Focus the window above or the column to the left.
|
||||
FocusWindowUpOrColumnLeft,
|
||||
/// Focus the window above or the column to the right.
|
||||
FocusWindowUpOrColumnRight,
|
||||
/// Focus the window or the workspace above.
|
||||
FocusWindowOrWorkspaceDown,
|
||||
/// Focus the window or the workspace above.
|
||||
|
||||
Reference in New Issue
Block a user