aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/RotView.hs
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@gmail.com>2008-02-01 13:15:24 +0100
committerBrent Yorgey <byorgey@gmail.com>2008-02-01 13:15:24 +0100
commita99d18cccbaa0d2c26d4d85b2bf7fb13eb9462c5 (patch)
treee2468d69d053dd492ad815e97f48eabb38db2974 /XMonad/Actions/RotView.hs
parent67af43c814819f0c836f796b6f1c61cc446143df (diff)
downloadXMonadContrib-a99d18cccbaa0d2c26d4d85b2bf7fb13eb9462c5.tar.gz
XMonadContrib-a99d18cccbaa0d2c26d4d85b2bf7fb13eb9462c5.tar.xz
XMonadContrib-a99d18cccbaa0d2c26d4d85b2bf7fb13eb9462c5.zip
CycleWS: add more general functionality that now subsumes the functionality of RotView. Now with parameterized workspace sorting and predicates!
darcs-hash:20080201121524-bd4d7-e0cd1b3c150aa2fa58972305c5a7e4061747280e.gz
Diffstat (limited to 'XMonad/Actions/RotView.hs')
-rw-r--r--XMonad/Actions/RotView.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/XMonad/Actions/RotView.hs b/XMonad/Actions/RotView.hs
index a77177c..f7c1333 100644
--- a/XMonad/Actions/RotView.hs
+++ b/XMonad/Actions/RotView.hs
@@ -27,6 +27,8 @@ import XMonad.StackSet hiding (filter)
-- $usage
--
+-- NOTE: This module is deprecated; see "XMonad.Actions.CycleWS".
+--
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
--
-- > import XMonad.Actions.RotView