Few bugs I came across
Closed this issue · 2 comments
Hikandy commented
- I'm unable to select the window in the overview with my cursor and it seems like the only way to select is using keys.
- The selection seems to quite slow? As in, when i move around using the arrow keys, its not instantaneous and takes like about half a second to go the selection
RadioNoiseE commented
- I'm unable to select the window in the overview with my cursor and it seems like the only way to select is using keys.
Currently, yes (as mentioned in the README). I'm concerned that currently it may add extra complexity, so my recent plan is to optimize things like the layout algorithm, frame redraw, animation and such things.
- The selection seems to quite slow? As in, when i move around using the arrow keys, its not instantaneous and takes like about half a second to go the selection
Try change the value ofDEBOUNCE_DELAY_MS
in expose.h
to a smaller one and see if it works. If the delay still exists then that's because the window traversing algorithm (I am planning to optimize it anyway).
RadioNoiseE commented
The window traversing algorithm has been fixed, and the default DEBOUNCE_DELAY_MS
has been changed to a smaller value.