aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal
diff options
context:
space:
mode:
authorDevin Mullins <me@twifkak.com>2008-05-04 07:00:22 +0200
committerDevin Mullins <me@twifkak.com>2008-05-04 07:00:22 +0200
commit225906c7dbe50495a0094c1eb45ec0c5bb87092f (patch)
treeb5a2a27fc43acdb944cfc935a003c206841b8d6c /xmonad-contrib.cabal
parenta9dd237b2693c518d71aa896bd64c1f65ae925d9 (diff)
downloadXMonadContrib-225906c7dbe50495a0094c1eb45ec0c5bb87092f.tar.gz
XMonadContrib-225906c7dbe50495a0094c1eb45ec0c5bb87092f.tar.xz
XMonadContrib-225906c7dbe50495a0094c1eb45ec0c5bb87092f.zip
add draft XMonad.Actions.WindowNavigation
This is an experiment with replacing the WindowNavigation LayoutModifier with one that simply adds keybindings and stores state in an IORef. Credit to droundy for the original code -- hopefully I'm not butchering it. The end intent is to add Xinerama support, but it'll be a little while before I get there. darcs-hash:20080504050022-78224-a1e156328d80897d8bfa245dc39f69d8fab9f929.gz
Diffstat (limited to 'xmonad-contrib.cabal')
-rw-r--r--xmonad-contrib.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index df992ce..47bf46a 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -96,6 +96,7 @@ library
XMonad.Actions.TagWindows
XMonad.Actions.UpdatePointer
XMonad.Actions.Warp
+ XMonad.Actions.WindowNavigation
XMonad.Actions.WindowGo
XMonad.Actions.WindowBringer
XMonad.Config.Arossato