dreamcat4 / skippy-xd

A full-screen Exposé-style standalone task switcher for X11.
GNU General Public License v2.0
100 stars 12 forks source link

PAGING: when cancelling or selecting the original desktop, no window is focused #115

Closed felixfung closed 1 year ago

felixfung commented 1 year ago

This may lead to #106 if the user then activates skippy before any additional desktop/window switching.

Even if any actual desktop switching code is selectively or completely commented out, this bug remains. The root cause is probably because focus was temporarily focused on proxy windows of virtual desktops. If that is the case, then the solution is to select the top window on current virtual desktop. Which I don't know how to do with xlib....

felixfung commented 1 year ago

Now that #117 fixes #106 and #116, this becomes low priority bug