diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2011-01-09 20:38:26 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2011-01-09 20:38:26 +0100 |
commit | 01799f4774e678135d7f86ba5ac461b66302a79e (patch) | |
tree | 8cd329bb07253dbc8c2df6a540192d22fa052abc | |
parent | bab1eb262415ba402319858cf31f0c71dd1c1ea1 (diff) | |
download | mcwm-01799f4774e678135d7f86ba5ac461b66302a79e.zip |
More.
-rw-r--r-- | TODO | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -1,5 +1,15 @@ -*- text -*- +* Reset windows + + When physical screens change, reset sense of maximum, virtmax et + cetera. + +* Grab keys specifically + + Current code grabs modifier keys and any other keypress. Need to + specifically grab keys we need to work OK with xbindkeys. + * MappingNotify Need to handle any changes of the keyboard mapping. @@ -52,11 +62,18 @@ * Menu - We might need a menu for hidden windows (see above). Since I'm z + We might need a menu for hidden windows (see above). Since I'm probably implementing menu windows anyway, perhaps I should add a menu with basic window functions, like 9wm and twm. This way, one might use the window manager without keyboard, if necessary. Not - much work if I have to do the menu anyway... + much work if I have to do the menu anyway... But also chords? + +* Chords + + Maybe have mouse button chords to do move and resize? Configurable + if on or off? + + Idea from Christian Neukirchen. * Snap to border and screen edge, which favours the edge. |