diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-12-18 00:15:40 +0100 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-12-18 00:15:40 +0100 |
commit | 66d8dc79dd7915aa00fe5adf496a077a594e7b9b (patch) | |
tree | 2490dee9790885f31ef7fffbaa20d2163d023ebb | |
parent | eb565dbb5e258a329eed003147492aedda0f75a5 (diff) | |
download | XMonadContrib-66d8dc79dd7915aa00fe5adf496a077a594e7b9b.tar.gz XMonadContrib-66d8dc79dd7915aa00fe5adf496a077a594e7b9b.tar.xz XMonadContrib-66d8dc79dd7915aa00fe5adf496a077a594e7b9b.zip |
Remove inaccurate comment about 'banish'
darcs-hash:20071217231540-a5988-5eeccbacf9de79bb9466bca83b949fa41a5f88e6.gz
-rw-r--r-- | XMonad/Actions/Warp.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/XMonad/Actions/Warp.hs b/XMonad/Actions/Warp.hs index e0d3c03..9e08765 100644 --- a/XMonad/Actions/Warp.hs +++ b/XMonad/Actions/Warp.hs @@ -47,12 +47,6 @@ which moves the mouse pointer to a corner; you could define: > banish :: X () > banish = warpToWindow 1 1 -- lower left -And if you wanted to run it on every window or focus movement, you -could put it into your @xmonad.hs@'s logHook (which activates on every -change) like thus: - -> , logHook = banish - -} -- For detailed instructions on editing your key bindings, see |