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 | f5726c7b7e966a0ffcc219a3666543ca79629721 (patch) | |
tree | 9082ffa49437febd3a4ef6cc1a73592f9d50f306 | |
parent | 6dca5b1b84bc574f430477dd7268e8dbb106578a (diff) | |
download | xmonad-f5726c7b7e966a0ffcc219a3666543ca79629721.tar.gz xmonad-f5726c7b7e966a0ffcc219a3666543ca79629721.tar.xz xmonad-f5726c7b7e966a0ffcc219a3666543ca79629721.zip |
Note we must fix mod-shift-c before 0.1 can go out
darcs-hash:20070415230435-9c5c1-e3d65518999a949b4d72bc3dc6225b97a9b99c33.gz
-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 |