diff options
-rw-r--r-- | XMonad/Layout/IndependentScreens.hs | 17 |
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 ((|||)) |