diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2009-12-15 03:25:23 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2009-12-15 03:25:23 +0000 |
commit | 1b11422faef74f90665805871ed0524f6b5ba398 (patch) | |
tree | 253aaadd4b366f256700ab2df93cb8ca4cf79356 /app/cwm/TODO | |
parent | f9adf59e994526a008f158cb634bfaf3d0e85adf (diff) |
mostly irrelevant now, so remove.
ok oga@
Diffstat (limited to 'app/cwm/TODO')
-rw-r--r-- | app/cwm/TODO | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app/cwm/TODO b/app/cwm/TODO deleted file mode 100644 index 9e79a757d..000000000 --- a/app/cwm/TODO +++ /dev/null @@ -1,26 +0,0 @@ -- window initial position - -- don't map windows if it's within [some time increment] of active typing, - this is part of the "calm" goal. also, it helps if you're mindlessly - typing in a password and the keyboard input ends up in some other window, - bad... - -- integrate everything into /ONE/ event loop. - register handlers, with the ability to select, for example, - a window, or an event, etc. (no, maybe not...) - -- ignoreq, always lower them. perhaps implement by lowering the entire - queue on each XLower... - -- search window should try to stay inside of the screen boundaries. - -- geographical keyboard navigation (window switching) - -- make kbd shortcuts/events more general. the ability to associate an - event with a mode (i.e. prioritize). gets rid of hacky-ness in - groups, etc. - -- figure out what's up when alt-tab goes back to the current window - once before moving on. - -- cache all the atoms somewhere. |