diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-04-16 01:04:35 +0200 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-04-16 01:04:35 +0200 |
commit | 96f12620b79eddcdd62ff6e11205908d022a3b00 (patch) | |
tree | 9082ffa49437febd3a4ef6cc1a73592f9d50f306 | |
parent | a30b84eef3977d7cc34e913ee1cfb19eff35be81 (diff) | |
download | metatile-96f12620b79eddcdd62ff6e11205908d022a3b00.tar metatile-96f12620b79eddcdd62ff6e11205908d022a3b00.zip |
Note we must fix mod-shift-c before 0.1 can go out
darcs-hash:20070415230435-9c5c1-e3d65518999a949b4d72bc3dc6225b97a9b99c33
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,8 +1,11 @@ - Tasks blocking xmonad 0.1 + * CRITICAL: fix killClient code. see for example, xclock. - more quickchecks (layout algorithm is one candidate) - website, xmonad.org - testing + + - Clean up focus and mouse related issues. During 'refresh', xmonad should ignore EnterNotify events (by changing selectInput for the duration). - let mod+enter demote a master window |