mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
layout: Refresh windows too
This will send output enter/leave to new popups.
This commit is contained in:
@@ -1981,6 +1981,7 @@ impl Workspace<Window> {
|
||||
let active = self.active_column_idx == col_idx && col.active_window_idx == win_idx;
|
||||
win.set_activated(active);
|
||||
win.toplevel().send_pending_configure();
|
||||
win.refresh();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user