summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2011-02-19 02:47:15 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2011-02-19 02:47:15 +0100
commitd2f90b4458bdf4f42eba63a24036a428a9e6bfc3 (patch)
treec1044f53eaf56173750bb12693fc202b77bb0428
parent054f27f72e89e0847f49a823e8edc749d165fae2 (diff)
downloadmcwm-d2f90b4458bdf4f42eba63a24036a428a9e6bfc3.zip
*** empty log message ***
-rw-r--r--TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO b/TODO
index 33e53a7..211f470 100644
--- a/TODO
+++ b/TODO
@@ -5,12 +5,18 @@
When physical screens change, reset sense of maximum, virtmax et
cetera.
+ This probably means we will have to go through the client list
+ instead of asking the X server for all windows.
+
* Grab specific keys
Current code grabs modifier keys and any other keypress. We need to
specifically grab the keycodes we need. xbindkeys and possibly other
programs don't work.
+ Partially done. Now grabs all our keys unshifted as well as shifted.
+ Needs a way to tell in config.h what extra modifier is used.
+
* MappingNotify
Need to handle any changes of the keyboard mapping.
@@ -127,8 +133,6 @@
* Support sensible portions of ICCCM and EWMH
- At least user set position and geometry.
-
EWMH hints that tells applications about active workspace and
focused window...