diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2012-12-31 03:46:00 +0100 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2012-12-31 03:46:00 +0100 |
commit | ccae4452b4a4e412f8a24e3c59f5d8e37da5232a (patch) | |
tree | 5ab81ff9843c1d0a02214323cec9bfc611a56dd3 | |
parent | f780f32ad9bbb51cc03ba6953fc5314098a5c3a2 (diff) | |
download | XMonadContrib-ccae4452b4a4e412f8a24e3c59f5d8e37da5232a.tar.gz XMonadContrib-ccae4452b4a4e412f8a24e3c59f5d8e37da5232a.tar.xz XMonadContrib-ccae4452b4a4e412f8a24e3c59f5d8e37da5232a.zip |
X.A.Workscreen make the whole module description show up for haddock
Ignore-this: a2ac895989090322a849695068f812b5
darcs-hash:20121231024600-1499c-5a43b563cea8028600c4eb4422eb61879c622166.gz
-rw-r--r-- | XMonad/Actions/Workscreen.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/Workscreen.hs b/XMonad/Actions/Workscreen.hs index 365ef4b..d610d41 100644 --- a/XMonad/Actions/Workscreen.hs +++ b/XMonad/Actions/Workscreen.hs @@ -11,7 +11,7 @@ -- A workscreen permits to display a set of workspaces on several -- screens. In xinerama mode, when a workscreen is viewed, workspaces -- associated to all screens are visible. - +-- -- The first workspace of a workscreen is displayed on first screen, -- second on second screen, etc. Workspace position can be easily -- changed. If the current workscreen is called again, workspaces are |