aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal
diff options
context:
space:
mode:
authorwirtwolff <wirtwolff@gmail.com>2009-02-07 18:06:22 +0100
committerwirtwolff <wirtwolff@gmail.com>2009-02-07 18:06:22 +0100
commit230cd9c78f34eb8d8214bba0700e4f9e18fa8c54 (patch)
treef7cadb0f7c6f8d4414745b806b16585c6b8b9ff4 /xmonad-contrib.cabal
parentd5b23cf4fc37f7a0441363a9edf505a097ca7de0 (diff)
downloadXMonadContrib-230cd9c78f34eb8d8214bba0700e4f9e18fa8c54.tar.gz
XMonadContrib-230cd9c78f34eb8d8214bba0700e4f9e18fa8c54.tar.xz
XMonadContrib-230cd9c78f34eb8d8214bba0700e4f9e18fa8c54.zip
+A.CycleWindows: bindings to cycle windows in new ways
Ignore-this: 51634299addf224cbbc421adb4b048f5 Provides binding actions and customizable pure stack operations to cycle through a list of permutations of the stack (recent), cycle nth into focus, cycle through focus excluding a neighbor, cycle unfocused, shift a window halfway around the stack. Esp. for Full, two or three pane layouts, but useful for any layout with many windows. darcs-hash:20090207170622-d17f0-342d3e2ae6cc6d2aa2ba3918b80f981a0c3a5228.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 3d8bbb2..01728a5 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -75,6 +75,7 @@ library
XMonad.Actions.CopyWindow
XMonad.Actions.CycleRecentWS
XMonad.Actions.CycleSelectedLayouts
+ XMonad.Actions.CycleWindows
XMonad.Actions.CycleWS
XMonad.Actions.DeManage
XMonad.Actions.DwmPromote