1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-28 02:31:51 -07:00

X.A.WindowNavigation: comments

This commit is contained in:
Devin Mullins
2008-07-10 04:10:28 +00:00
parent 99f9c8acc3
commit b775d682ca

@@ -10,6 +10,8 @@
-- lets you assign keys to move up\/down\/left\/right, based on actual cartesian -- lets you assign keys to move up\/down\/left\/right, based on actual cartesian
-- window coordinates, rather than just going j\/k on the stack. -- window coordinates, rather than just going j\/k on the stack.
-- --
-- This module is experimental. You'll have better luck with the original.
--
-- This module differs from the other in a few ways: -- This module differs from the other in a few ways:
-- --
-- (1) You can go up\/down\/left\/right across multiple screens. -- (1) You can go up\/down\/left\/right across multiple screens.
@@ -76,7 +78,9 @@ import Graphics.X11.Xlib
-- - cleanup (including inr) -- - cleanup (including inr)
-- - more documentation -- - more documentation
-- - tests? (esp. for edge cases in currentPosition) -- - tests? (esp. for edge cases in currentPosition)
-- - screen 1, 1+2/w 3, M-d, M-w, M-2 (1+2/w 2), M-e, M-a - goes to w 3, should be w 2
-- - solve the 2+3, middle right to bottom left problem -- - solve the 2+3, middle right to bottom left problem
-- - command to iteratively swapUp/swapDown instead of directly swapping with target
-- - manageHook to draw window decos? -- - manageHook to draw window decos?
withWindowNavigation :: (KeySym, KeySym, KeySym, KeySym) -> XConfig l -> IO (XConfig l) withWindowNavigation :: (KeySym, KeySym, KeySym, KeySym) -> XConfig l -> IO (XConfig l)