mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Add set-column-display action
This commit is contained in:
@@ -323,6 +323,12 @@ pub enum Action {
|
||||
SwapWindowLeft {},
|
||||
/// Toggle the focused column between normal and tabbed display.
|
||||
ToggleColumnTabbedDisplay {},
|
||||
/// Set the display mode of the focused column.
|
||||
SetColumnDisplay {
|
||||
/// Display mode to set.
|
||||
#[cfg_attr(feature = "clap", arg())]
|
||||
display: ColumnDisplay,
|
||||
},
|
||||
/// Center the focused column on the screen.
|
||||
CenterColumn {},
|
||||
/// Center a window on the screen.
|
||||
|
||||
Reference in New Issue
Block a user