summaryrefslogtreecommitdiff
path: root/todos.org
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-07-15 19:25:03 +0100
committertcmal <me@aria.rip>2024-08-06 14:23:02 +0100
commita441d50fe89b340f21c9a75313442286b952a329 (patch)
tree1b979e16eb0f8656e458f55079c485c4a693a489 /todos.org
parent509b365bce10ba70a4fe4e637195540759936f23 (diff)
cleanup
Diffstat (limited to 'todos.org')
-rw-r--r--todos.org36
1 files changed, 0 insertions, 36 deletions
diff --git a/todos.org b/todos.org
deleted file mode 100644
index 65135b9..0000000
--- a/todos.org
+++ /dev/null
@@ -1,36 +0,0 @@
-* Deal with configurerequest better
-
-* Tag filtering
-
-* More tiling options
-
-* Mouse support
-
-* 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
-
-** Autostart support
-
-** Cursor warping
-
-** Smart borders
-
-** Bottom stack
-
-* Don't use Vecs?
-
-* Figure out better configuration method?
-
-* Look at refactoring out kind of scuffed client access patterns
-
-* Read rest of EWMH spec and see what is missing