Implement maximize-to-edges (true Wayland maximize)

This commit is contained in:
Ivan Molodetskikh
2025-09-02 08:07:22 +03:00
parent e5d4e7c1b1
commit e1fad994da
251 changed files with 4858 additions and 280 deletions
+8
View File
@@ -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.