mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Implement is-floating window rule matcher
This commit is contained in:
@@ -2614,6 +2614,7 @@ impl<W: LayoutElement> ScrollingSpace<W> {
|
||||
|
||||
let active_in_column = col.active_tile_idx == tile_idx;
|
||||
win.set_active_in_column(active_in_column);
|
||||
win.set_floating(false);
|
||||
|
||||
let active = is_active && self.active_column_idx == col_idx && active_in_column;
|
||||
win.set_activated(active);
|
||||
|
||||
Reference in New Issue
Block a user