diff options
author | tcmal <me@aria.rip> | 2024-07-15 19:25:03 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-07-15 21:08:02 +0100 |
commit | 509b365bce10ba70a4fe4e637195540759936f23 (patch) | |
tree | 0da8b7bbf0572dd9ac8f843bb6f75a5591d9df23 | |
parent | 7e3d3a9bae541d0a70c375567b9c9b280c60252e (diff) |
update todos
-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 |