mirror of
https://github.com/YaLTeR/niri.git
synced 2025-10-06 00:23:14 +02:00
Implement tabbed column display mode
This commit is contained in:
@@ -321,6 +321,8 @@ pub enum Action {
|
||||
SwapWindowRight {},
|
||||
/// Swap focused window with one to the left
|
||||
SwapWindowLeft {},
|
||||
/// Toggle the focused column between normal and tabbed display.
|
||||
ToggleColumnTabbedDisplay {},
|
||||
/// Center the focused column on the screen.
|
||||
CenterColumn {},
|
||||
/// Center a window on the screen.
|
||||
|
Reference in New Issue
Block a user