From 6f87f2b2e57fc6cc12b8764e461d2f7ea7640db1 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Sun, 22 Feb 2009 00:08:50 +0100 Subject: add some boilerplate comments at the top of IndependentScreens darcs-hash:20090221230850-1e371-e17b3679262ae93783377c9e6681d829b6521001.gz --- XMonad/Layout/IndependentScreens.hs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'XMonad') diff --git a/XMonad/Layout/IndependentScreens.hs b/XMonad/Layout/IndependentScreens.hs index fe86a40..d5a1f86 100644 --- a/XMonad/Layout/IndependentScreens.hs +++ b/XMonad/Layout/IndependentScreens.hs @@ -1,3 +1,18 @@ +----------------------------------------------------------------------------- +-- | +-- 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 IndependentScreens where marshall (S sc) ws = show sc ++ '_':ws -- cgit v1.2.3