Add set-column-display action

This commit is contained in:
Ivan Molodetskikh
2025-02-06 08:42:09 +03:00
parent 90f24da631
commit 8f9e0d029c
8 changed files with 65 additions and 8 deletions
+6
View File
@@ -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.