From dd00c17b58a88a54fb14c9ac07886f6a2e241ed6 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 22 Feb 2009 00:21:42 +0100 Subject: merge IndependentScreens darcs-hash:20090221232142-c98ca-59dce8418dd9639a9df2062c65bbc71f6fa984ed.gz --- XMonad/Layout/IndependentScreens.hs | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'XMonad/Layout/IndependentScreens.hs') 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 : +-- 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 ((|||)) -- cgit v1.2.3