mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Implement focus-monitor to focus a specific monitor by output.
This commit is contained in:
committed by
Ivan Molodetskikh
parent
47dd338340
commit
993c5ce8af
@@ -457,6 +457,12 @@ pub enum Action {
|
||||
FocusMonitorPrevious {},
|
||||
/// Focus the next monitor.
|
||||
FocusMonitorNext {},
|
||||
/// Focus a monitor by name.
|
||||
FocusMonitor {
|
||||
/// Name of the output to focus.
|
||||
#[cfg_attr(feature = "clap", arg())]
|
||||
output: String,
|
||||
},
|
||||
/// Move the focused window to the monitor to the left.
|
||||
MoveWindowToMonitorLeft {},
|
||||
/// Move the focused window to the monitor to the right.
|
||||
|
||||
Reference in New Issue
Block a user