diff options
author | Alec Berryman <alec@thened.net> | 2007-04-18 02:14:53 +0200 |
---|---|---|
committer | Alec Berryman <alec@thened.net> | 2007-04-18 02:14:53 +0200 |
commit | ed179c59b9e0e20d78d88694b96384d3e4fea08c (patch) | |
tree | 37e587a5d13ffa6a9a17185c30955b1d7b004a78 /TODO | |
parent | d148ed202ba2ead69556232f09973cf998e093b0 (diff) | |
download | xmonad-ed179c59b9e0e20d78d88694b96384d3e4fea08c.tar.gz xmonad-ed179c59b9e0e20d78d88694b96384d3e4fea08c.tar.xz xmonad-ed179c59b9e0e20d78d88694b96384d3e4fea08c.zip |
Update TODO: all the Xinerama issues I've encountered are fixed
As of:
Fri Apr 13 04:37:02 EDT 2007 Spencer Janssen <sjanssen@cse.unl.edu>
* Ignore window entries while moving windows. This should fix all the focus preservation problems.
darcs-hash:20070418001453-39448-d17c97d089e2f24451fba422d11ed053e39b45bc.gz
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -10,15 +10,6 @@ ignore EnterNotify events (by changing selectInput for the duration). - let mod+enter demote a master window -- Xinerama bugs: - - Closing the last window in a workspace moves focus to another Xinerama - screen. - - Focus goes to other Xinerama screen when changing to empty window and - create new window. - - Focus doesn't always follow mouse or mouse click across Xinerama screens; - sometimes focus will only switch with key command to switch to that - screen. - - think about the statusbar/multithreading. Three shared TVars: windowTitle :: TVar String |