merge IndependentScreens

This commit is contained in:
daniel 2009-02-21 23:21:42 +00:00
parent 57a62ce871
commit db4f731f4e

View File

@ -1,4 +1,19 @@
module IndependentScreens where -----------------------------------------------------------------------------
-- |
-- Module : XMonad.Layout.IndependentScreens
-- Copyright : (c) 2009 Daniel Wagner
-- License : BSD3
--
-- Maintainer : <daniel@wagner-home.com>
-- Stability : unstable
-- Portability : unportable
--
-- Utility functions for simulating independent sets of workspaces on
-- each screen (like dwm's workspace model), using internal tags to
-- distinguish workspaces associated with each screen.
-----------------------------------------------------------------------------
module XMonad.Layout.IndependentScreens where
-- for the screen stuff -- for the screen stuff
import Control.Arrow hiding ((|||)) import Control.Arrow hiding ((|||))