aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/IndependentScreens.hs
diff options
context:
space:
mode:
authordaniel <daniel@wagner-home.com>2009-02-22 00:21:42 +0100
committerdaniel <daniel@wagner-home.com>2009-02-22 00:21:42 +0100
commitdd00c17b58a88a54fb14c9ac07886f6a2e241ed6 (patch)
tree98593ad66973318bc77c0671a5e361ce0cd812ff /XMonad/Layout/IndependentScreens.hs
parent60f4f026c74acb83a3a450ce461dd9630f950207 (diff)
downloadXMonadContrib-dd00c17b58a88a54fb14c9ac07886f6a2e241ed6.tar.gz
XMonadContrib-dd00c17b58a88a54fb14c9ac07886f6a2e241ed6.tar.xz
XMonadContrib-dd00c17b58a88a54fb14c9ac07886f6a2e241ed6.zip
merge IndependentScreens
darcs-hash:20090221232142-c98ca-59dce8418dd9639a9df2062c65bbc71f6fa984ed.gz
Diffstat (limited to 'XMonad/Layout/IndependentScreens.hs')
-rw-r--r--XMonad/Layout/IndependentScreens.hs17
1 files changed, 16 insertions, 1 deletions
diff --git a/XMonad/Layout/IndependentScreens.hs b/XMonad/Layout/IndependentScreens.hs
index abbe510..bdd53f8 100644
--- a/XMonad/Layout/IndependentScreens.hs
+++ b/XMonad/Layout/IndependentScreens.hs
@@ -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
import Control.Arrow hiding ((|||))