Initial WIP floating window implementation

This commit is contained in:
Ivan Molodetskikh
2024-11-29 21:11:02 +03:00
parent 951f63b6fd
commit c5fffd6e2c
986 changed files with 3076 additions and 1206 deletions
+10
View File
@@ -430,6 +430,16 @@ pub enum Action {
DebugToggleOpaqueRegions {},
/// Toggle visualization of output damage.
DebugToggleDamage {},
/// Move the focused window between the floating and the tiling layout.
ToggleWindowFloating {
/// Id of the window to move.
///
/// If `None`, uses the focused window.
#[cfg_attr(feature = "clap", arg(long))]
id: Option<u64>,
},
/// Toggles the focus between the floating and the tiling layout.
SwitchFocusBetweenFloatingAndTiling {},
}
/// Change in window or column size.