mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-06-28 13:10:05 +00:00
navigator: pseudo focus when hitting escape in grab
This commit is contained in:
@@ -317,6 +317,9 @@ var Navigator = class Navigator {
|
||||
Main.activateWindow(selected);
|
||||
}
|
||||
}
|
||||
if (selected && Tiling.inGrab && !this.was_accepted) {
|
||||
Tiling.focus_handler(selected)
|
||||
}
|
||||
|
||||
if (!Tiling.inGrab)
|
||||
Scratch.showWindows();
|
||||
|
||||
Reference in New Issue
Block a user