summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--todos.org9
1 files changed, 7 insertions, 2 deletions
diff --git a/todos.org b/todos.org
index ad46a35..65135b9 100644
--- a/todos.org
+++ b/todos.org
@@ -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