diff options
Diffstat (limited to 'todos.org')
-rw-r--r-- | todos.org | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,3 @@ -* Fix focus changing bug - * Deal with configurerequest better * Tag filtering @@ -10,6 +8,13 @@ * Support resizing +* Fix focus changing bug + +seems to be to do with mouse grabbing? +https://tronche.com/gui/x/xlib/events/window-entry-exit/ +https://tronche.com/gui/x/xlib/events/window-entry-exit/grab-ungrab.html +alternatively: race condition w/ timing of events (check seq numbers) + * Port over rest of keybinds * Port over rest of my own preferred patches |