mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Implement maximize-to-edges (true Wayland maximize)
This commit is contained in:
@@ -713,6 +713,14 @@ pub enum Action {
|
||||
},
|
||||
/// Toggle the maximized state of the focused column.
|
||||
MaximizeColumn {},
|
||||
/// Toggle the maximized-to-edges state of the focused window.
|
||||
MaximizeWindowToEdges {
|
||||
/// Id of the window to maximize.
|
||||
///
|
||||
/// If `None`, uses the focused window.
|
||||
#[cfg_attr(feature = "clap", arg(long))]
|
||||
id: Option<u64>,
|
||||
},
|
||||
/// Change the width of the focused column.
|
||||
SetColumnWidth {
|
||||
/// How to change the width.
|
||||
|
||||
Reference in New Issue
Block a user