From fbcfc6525f3548fe61321e5a0ae16dfb226397fc Mon Sep 17 00:00:00 2001 From: "Valery V. Vorotyntsev" Date: Sat, 27 Oct 2007 11:09:37 +0200 Subject: ViewPrev.hs: deleted Its functionality is now part of CycleWS module. CycleWS.hs: Nelson Elhage added to authors. darcs-hash:20071027090937-ae588-ea3c9773e04b0671b8b059fb3df644cc1f273efe.gz --- CycleWS.hs | 3 ++- ViewPrev.hs | 26 -------------------------- 2 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 ViewPrev.hs diff --git a/CycleWS.hs b/CycleWS.hs index 13e6778..5ffe21c 100644 --- a/CycleWS.hs +++ b/CycleWS.hs @@ -1,7 +1,8 @@ ----------------------------------------------------------------------------- -- | -- Module : XMonadContrib.CycleWS --- Copyright : (c) Joachim Breitner +-- Copyright : (c) Joachim Breitner , +-- Nelson Elhage (`toggleWS' function) -- License : BSD3-style (see LICENSE) -- -- Maintainer : Joachim Breitner diff --git a/ViewPrev.hs b/ViewPrev.hs deleted file mode 100644 index 13a696b..0000000 --- a/ViewPrev.hs +++ /dev/null @@ -1,26 +0,0 @@ ------------------------------------------------------------------------------ --- | --- Module : XMonadContrib.ViewPrev --- Copyright : (c) Nelson Elhage --- License : BSD3-style (see LICENSE) --- --- Maintainer : Nelson Elhage --- Stability : unstable --- Portability : unportable --- --- A module that implements a command to switch to the previously --- viewed workspace --- ------------------------------------------------------------------------------ - -module XMonadContrib.ViewPrev ( - viewPrev - ) where - -import XMonad -import Operations -import qualified StackSet as W - -viewPrev :: X () -viewPrev = windows viewPrev' - where viewPrev' x = W.view (W.tag . head . W.hidden $ x) x -- cgit v1.2.3