diff options
author | Roman Cheplyaka <roma@ro-che.info> | 2008-03-30 15:44:35 +0200 |
---|---|---|
committer | Roman Cheplyaka <roma@ro-che.info> | 2008-03-30 15:44:35 +0200 |
commit | 856b4ce4541c839f2555c880d71208c5c14c324b (patch) | |
tree | 8f78e5f241441ca7b9d2e375165557679a562234 /XMonad | |
parent | 5079300ce6231b475dfd1fc9b431c3bdc0cd895e (diff) | |
download | XMonadContrib-856b4ce4541c839f2555c880d71208c5c14c324b.tar.gz XMonadContrib-856b4ce4541c839f2555c880d71208c5c14c324b.tar.xz XMonadContrib-856b4ce4541c839f2555c880d71208c5c14c324b.zip |
Haddock fix
darcs-hash:20080330134435-3ebed-a45d16ddc1ee6db2238af9b4c65b90eee53341f3.gz
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Hooks/ManageDocks.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Hooks/ManageDocks.hs b/XMonad/Hooks/ManageDocks.hs index 60b1857..2e10f1b 100644 --- a/XMonad/Hooks/ManageDocks.hs +++ b/XMonad/Hooks/ManageDocks.hs @@ -39,7 +39,7 @@ import XMonad.Layout.LayoutModifier -- -- The second component is a layout modifier that prevents windows from -- overlapping these dock windows. It is intended to replace xmonad's --- so-called "gap" support. First, you must add it to your list of layouts: +-- so-called \"gap\" support. First, you must add it to your list of layouts: -- -- > layoutHook = avoidStruts (tall ||| mirror tall ||| ...) -- > where tall = Tall 1 (3/100) (1/2) |