diff options
author | Devin Mullins <me@twifkak.com> | 2008-05-12 00:21:16 +0200 |
---|---|---|
committer | Devin Mullins <me@twifkak.com> | 2008-05-12 00:21:16 +0200 |
commit | a4fa875050f7a07130850e63c72c45743fa56531 (patch) | |
tree | d3dc7ef1984bdfb05d4fd688235c4324822578df /XMonad/Actions | |
parent | b4ee8c9ffb34f9394ef8d84f7261e5239d7dcddc (diff) | |
download | XMonadContrib-a4fa875050f7a07130850e63c72c45743fa56531.tar.gz XMonadContrib-a4fa875050f7a07130850e63c72c45743fa56531.tar.xz XMonadContrib-a4fa875050f7a07130850e63c72c45743fa56531.zip |
X.A.WindowNavigation: TODO
darcs-hash:20080511222116-78224-33ad4291ae43467a6060ae6f8b3b2b38ea3b44d6.gz
Diffstat (limited to 'XMonad/Actions')
-rw-r--r-- | XMonad/Actions/WindowNavigation.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/XMonad/Actions/WindowNavigation.hs b/XMonad/Actions/WindowNavigation.hs index 410ac58..ea86413 100644 --- a/XMonad/Actions/WindowNavigation.hs +++ b/XMonad/Actions/WindowNavigation.hs @@ -47,6 +47,7 @@ import Graphics.X11.Xlib -- - solve the 2+3, middle right to bottom left problem -- - manageHook to draw window decos? +-- TODO: more flexible api withWindowNavigation :: (KeySym, KeySym, KeySym, KeySym) -> XConfig l -> IO (XConfig l) withWindowNavigation (u,l,d,r) conf = do posRef <- newIORef M.empty |