diff options
Diffstat (limited to 'XMonad/Layout/IndependentScreens.hs')
-rw-r--r-- | XMonad/Layout/IndependentScreens.hs | 15 |
1 files changed, 15 insertions, 0 deletions
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 : <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 IndependentScreens where marshall (S sc) ws = show sc ++ '_':ws |