mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-28 18:51:51 -07:00
X.A.WindowNavigation: TODO
This commit is contained in:
@@ -47,6 +47,7 @@ import Graphics.X11.Xlib
|
|||||||
-- - solve the 2+3, middle right to bottom left problem
|
-- - solve the 2+3, middle right to bottom left problem
|
||||||
-- - manageHook to draw window decos?
|
-- - manageHook to draw window decos?
|
||||||
|
|
||||||
|
-- TODO: more flexible api
|
||||||
withWindowNavigation :: (KeySym, KeySym, KeySym, KeySym) -> XConfig l -> IO (XConfig l)
|
withWindowNavigation :: (KeySym, KeySym, KeySym, KeySym) -> XConfig l -> IO (XConfig l)
|
||||||
withWindowNavigation (u,l,d,r) conf = do
|
withWindowNavigation (u,l,d,r) conf = do
|
||||||
posRef <- newIORef M.empty
|
posRef <- newIORef M.empty
|
||||||
|
Reference in New Issue
Block a user