diff options
author | daniel <daniel@wagner-home.com> | 2007-03-28 12:15:40 +0200 |
---|---|---|
committer | daniel <daniel@wagner-home.com> | 2007-03-28 12:15:40 +0200 |
commit | 6bdf7a9b136477cadaef81c7cbb725fbec705df3 (patch) | |
tree | b8bff530640954bcf43aa1819ab9be2d6a0766e3 /TODO | |
parent | fa39c478ec32fd04af0edd3f08321cf774da2a25 (diff) | |
download | xmonad-6bdf7a9b136477cadaef81c7cbb725fbec705df3.tar.gz xmonad-6bdf7a9b136477cadaef81c7cbb725fbec705df3.tar.xz xmonad-6bdf7a9b136477cadaef81c7cbb725fbec705df3.zip |
first shot at allowing click to focus windows
darcs-hash:20070328101540-c98ca-92140a718ff7491aa88895c0592cd9a964e671b0.gz
Diffstat (limited to '')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,8 +25,8 @@ - change focus in the StackSet structure on EnterNotify - let mod+enter demote a master window - borders (low priority, maybe wait until 0.2) - - get this to play nicely with Xinerama (at least under TwinView, things - are very strange) - - let click events/scrollwheel events change the focus + - let focus-follows-mouse also change the active workspace (not just the + active window); note that this currently also makes click-to-focus appear + slightly buggy, since sometimes, the wrong window is exempted from setButtonGrab * Tile vertically/ resize height. |