mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Add focus-window-in-column (by index) action
This commit is contained in:
@@ -215,6 +215,14 @@ pub enum Action {
|
||||
#[cfg_attr(feature = "clap", arg(long))]
|
||||
id: u64,
|
||||
},
|
||||
/// Focus a window in the focused column by index.
|
||||
FocusWindowInColumn {
|
||||
/// Index of the window in the column.
|
||||
///
|
||||
/// The index starts from 1 for the topmost window.
|
||||
#[cfg_attr(feature = "clap", arg())]
|
||||
index: u8,
|
||||
},
|
||||
/// Focus the previously focused window.
|
||||
FocusWindowPrevious {},
|
||||
/// Focus the column to the left.
|
||||
|
||||
Reference in New Issue
Block a user