mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
merge IndependentScreens
This commit is contained in:
parent
57a62ce871
commit
db4f731f4e
@ -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
|
-- for the screen stuff
|
||||||
import Control.Arrow hiding ((|||))
|
import Control.Arrow hiding ((|||))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user