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 --- ViewPrev.hs | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 ViewPrev.hs (limited to 'ViewPrev.hs') 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