aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/MouseGestures.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-12-22 06:04:39 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-12-22 06:04:39 +0100
commit0a99440e52d872287b1add151c2608f089c45c5c (patch)
treec6a40d4bac13964240a59f2162f22856cdb21004 /XMonad/Actions/MouseGestures.hs
parentec481040cf268fac8f527a7946e3ca92de09278d (diff)
downloadXMonadContrib-0a99440e52d872287b1add151c2608f089c45c5c.tar.gz
XMonadContrib-0a99440e52d872287b1add151c2608f089c45c5c.tar.xz
XMonadContrib-0a99440e52d872287b1add151c2608f089c45c5c.zip
No more tabs
darcs-hash:20071222050439-a5988-7eb14f0e316b41ace318d1e4b92d15aaa3808c4d.gz
Diffstat (limited to 'XMonad/Actions/MouseGestures.hs')
-rw-r--r--XMonad/Actions/MouseGestures.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/MouseGestures.hs b/XMonad/Actions/MouseGestures.hs
index 38cecf6..241a063 100644
--- a/XMonad/Actions/MouseGestures.hs
+++ b/XMonad/Actions/MouseGestures.hs
@@ -15,7 +15,7 @@
module XMonad.Actions.MouseGestures (
-- * Usage
-- $usage
- Direction(..),
+ Direction(..),
mouseGesture
) where