Adam Vogt
74a03cd8fb
Refer to modm as the current modMask
...
This makes the config suggestions consistent with the current template.
2009-10-22 04:11:26 +00:00
Daniel Schoepe
e2113acd35
Factor out direction types and put them in X.U.Types
...
This patch factors out commonly used direction types like
data Direction = Prev | Next
and moves them to X.U.Types.
2009-09-19 19:17:17 +00:00
Brent Yorgey
c857ebe29c
move Direction type from WindowNavigation to ManageDocks (ManageDocks will move into the core, taking Direction with it)
2008-03-31 01:01:27 +00:00
Lukas Mai
180298def6
XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, avoid type duplication
2008-03-22 19:34:57 +00:00
Lukas Mai
77476932c4
XMonad.Actions.MouseGestures.mkCollect: generalize type
2008-02-29 21:17:32 +00:00
Lukas Mai
2fb79e1d70
XMonad.Actions.MouseGestures: refactoring, code simplification
...
It is now possible to get "live" status updates while the gesture handler
is running. I use this in my xmonad.hs to print the current gesture to my
status bar. Because collecting movements is now the callback's job, the
implementation of mouseGestureH got quite a bit simpler. The interface is
incompatible with the previous mouseGestureH but the old mouseGesture
function works as before.
2008-02-29 00:21:36 +00:00
Lukas Mai
cdab5ae1c3
Xmonad.Actions.MouseGestures: generalize interface, allow hooks
2008-02-26 20:26:39 +00:00
Lukas Mai
09a12b46f6
update inactive debugging code in MouseGestures; no visible changes
2007-11-09 02:07:55 +00:00
Spencer Janssen
662eeb7e5f
No more tabs
2007-12-22 05:04:39 +00:00
Spencer Janssen
3a522e7e3c
Remove XMonad.Operations imports
2007-12-08 00:05:47 +00:00
Spencer Janssen
4f7764ca8b
Prune more imports
2007-12-07 23:51:16 +00:00
Spencer Janssen
dc11825588
Remove redundant imports
2007-12-07 23:38:27 +00:00
Brent Yorgey
0564291490
MouseGestures: haddock updates
2007-11-24 17:33:51 +00:00
Spencer Janssen
cd1884466a
Hierarchify
2007-11-01 20:10:59 +00:00