From 5d2a23a5d618725b75ba77d7185601e5439801c5 Mon Sep 17 00:00:00 2001 From: tcmal Date: Mon, 15 Jul 2024 15:30:06 +0100 Subject: support fullscreen mode --- src/clients/monitors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clients/monitors.rs') diff --git a/src/clients/monitors.rs b/src/clients/monitors.rs index 6ca6fdf..6790632 100644 --- a/src/clients/monitors.rs +++ b/src/clients/monitors.rs @@ -16,7 +16,7 @@ impl MonitorInfo { /// Iterate over all tiled clients, returning a mutable reference to each. pub fn clients_tiled_mut(&mut self) -> impl Iterator { // TODO: tag filtering - self.clients.iter_mut().filter(|c| !c.floating()) + self.clients.iter_mut().filter(|c| c.tiled()) } } -- cgit v1.2.3