Add is_floating to Window IPC

This commit is contained in:
Ivan Molodetskikh
2024-12-28 10:28:52 +03:00
parent 5b4750a009
commit 60854e180e
3 changed files with 12 additions and 1 deletions
+4
View File
@@ -758,6 +758,10 @@ pub struct Window {
///
/// There can be either one focused window or zero (e.g. when a layer-shell surface has focus).
pub is_focused: bool,
/// Whether this window is currently floating.
///
/// If the window isn't floating then it is in the tiling layout.
pub is_floating: bool,
}
/// Output configuration change result.