add directional focus navigation for floating windows
Map left/down to previous and right/up to next in the workspace stacking order, with wrapping. Does not cross to the tiled layer.
This commit is contained in:
parent
d353779c10
commit
9bd7e14b08
3 changed files with 40 additions and 1 deletions
|
|
@ -483,6 +483,9 @@ impl FloatNode {
|
|||
fn update_child_active(self: &Rc<Self>, active: bool) {
|
||||
if self.active.replace(active) != active {
|
||||
self.schedule_render_titles();
|
||||
if active {
|
||||
self.restack();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue