aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal
diff options
context:
space:
mode:
authorNorbert Zeh <nzeh@cs.dal.ca>2010-05-10 10:14:12 +0200
committerNorbert Zeh <nzeh@cs.dal.ca>2010-05-10 10:14:12 +0200
commit62245955bc752166c993829a400c5a23fff68fd3 (patch)
tree2aec45126edbed2401fc805ca0ebae9030a16f47 /xmonad-contrib.cabal
parentd969f65c194346e045bd1ccf99866d6333cacc98 (diff)
downloadXMonadContrib-62245955bc752166c993829a400c5a23fff68fd3.tar.gz
XMonadContrib-62245955bc752166c993829a400c5a23fff68fd3.tar.xz
XMonadContrib-62245955bc752166c993829a400c5a23fff68fd3.zip
New module XMonad.Actions.GroupNavigation
Ignore-this: c286dbd1b365326fa25a9c5c0e564af7 This module adds two related facilities. The first one allows cycling through the windows in a window group. A group is defined as the set of windows for which a given Boolean Query returns True. The second one keeps track of the history of focused windows and allows returning to the most recently focused window in a given window group before the currently focused window. darcs-hash:20100510081412-18a2b-f3a46acd1883a5b74f70ab2457694a05d5568c5d.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 91518d4..59a252a 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -96,6 +96,7 @@ library
XMonad.Actions.FloatSnap
XMonad.Actions.FocusNth
XMonad.Actions.GridSelect
+ XMonad.Actions.GroupNavigation
XMonad.Actions.MessageFeedback
XMonad.Actions.MouseGestures
XMonad.Actions.MouseResize