aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Groups/Wmii.hs
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2012-11-09 02:41:56 +0100
committerAdam Vogt <vogt.adam@gmail.com>2012-11-09 02:41:56 +0100
commit3147065b3ff8d0cade905909aa29946378298f76 (patch)
tree7a3b0d4a08853e43b3ee95873466cefb2b48c567 /XMonad/Layout/Groups/Wmii.hs
parent7f324e08476792e522987867c0f8098eeb0e50e0 (diff)
downloadXMonadContrib-3147065b3ff8d0cade905909aa29946378298f76.tar.gz
XMonadContrib-3147065b3ff8d0cade905909aa29946378298f76.tar.xz
XMonadContrib-3147065b3ff8d0cade905909aa29946378298f76.zip
Remove trailing whitespace.
Ignore-this: 72e3afb6e6df47c51262006601765365 darcs-hash:20121109014156-1499c-45797b245e25e966e4ca337ee224b593aaac63a0.gz
Diffstat (limited to 'XMonad/Layout/Groups/Wmii.hs')
-rw-r--r--XMonad/Layout/Groups/Wmii.hs22
1 files changed, 11 insertions, 11 deletions
diff --git a/XMonad/Layout/Groups/Wmii.hs b/XMonad/Layout/Groups/Wmii.hs
index 92297fe..da45149 100644
--- a/XMonad/Layout/Groups/Wmii.hs
+++ b/XMonad/Layout/Groups/Wmii.hs
@@ -17,7 +17,7 @@
module XMonad.Layout.Groups.Wmii ( -- * Usage
-- $usage
-
+
wmii
, zoomGroupIn
, zoomGroupOut
@@ -48,9 +48,9 @@ import XMonad.Layout.Simplest
-- $usage
--- This module provides a layout inspired by the one used by the wmii
+-- This module provides a layout inspired by the one used by the wmii
-- (<http://wmii.suckless.org>) window manager.
--- Windows are arranged into groups in a horizontal row, and each group can lay out
+-- Windows are arranged into groups in a horizontal row, and each group can lay out
-- its windows
--
-- * by maximizing the focused one
@@ -59,16 +59,16 @@ import XMonad.Layout.Simplest
--
-- * by arranging them in a column.
--
--- As the groups are arranged in a 'ZoomRow', the relative width of each group can be
--- increased or decreased at will. Groups can also be set to use the whole screen
+-- As the groups are arranged in a 'ZoomRow', the relative width of each group can be
+-- increased or decreased at will. Groups can also be set to use the whole screen
-- whenever they have focus.
--
-- You can use the contents of this module by adding
---
+--
-- > import XMonad.Layout.Groups.Wmii
--
--- to the top of your @.\/.xmonad\/xmonad.hs@, and adding 'wmii'
--- (with a 'Shrinker' and decoration 'Theme' as
+-- to the top of your @.\/.xmonad\/xmonad.hs@, and adding 'wmii'
+-- (with a 'Shrinker' and decoration 'Theme' as
-- parameters) to your layout hook, for example:
--
-- > myLayout = wmii shrinkText defaultTheme
@@ -92,10 +92,10 @@ import XMonad.Layout.Simplest
wmii s t = G.group innerLayout zoomRowG
where column = named "Column" $ Tall 0 (3/100) (1/2)
tabs = named "Tabs" $ Simplest
- innerLayout = renamed [CutWordsLeft 3]
+ innerLayout = renamed [CutWordsLeft 3]
$ addTabs s t
- $ ignore NextLayout
- $ ignore (JumpToLayout "") $ unEscape
+ $ ignore NextLayout
+ $ ignore (JumpToLayout "") $ unEscape
$ column ||| tabs ||| Full
-- | Increase the width of the focused group