Add focus-window-top/bottom/down-or-top/up-or-bottom actions

This commit is contained in:
Ivan Molodetskikh
2025-02-05 17:18:21 +03:00
parent 900da597e4
commit c41f93a468
9 changed files with 168 additions and 0 deletions
+8
View File
@@ -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.