aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/DwmStyle.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2008-02-18 19:07:27 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2008-02-18 19:07:27 +0100
commit78c38194f66da823b31cd89a66977b87b9edd432 (patch)
tree8f4029b299611b48256ef82f6f8412e64d692289 /XMonad/Layout/DwmStyle.hs
parent8624935317c768cfcc92173a3678afc67659e540 (diff)
downloadXMonadContrib-78c38194f66da823b31cd89a66977b87b9edd432.tar.gz
XMonadContrib-78c38194f66da823b31cd89a66977b87b9edd432.tar.xz
XMonadContrib-78c38194f66da823b31cd89a66977b87b9edd432.zip
DwmStyle: comment fix only
darcs-hash:20080218180727-32816-12dafebdd563467b3af77f1c55178cb802680f09.gz
Diffstat (limited to 'XMonad/Layout/DwmStyle.hs')
-rw-r--r--XMonad/Layout/DwmStyle.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/DwmStyle.hs b/XMonad/Layout/DwmStyle.hs
index 448889f..a4be1f0 100644
--- a/XMonad/Layout/DwmStyle.hs
+++ b/XMonad/Layout/DwmStyle.hs
@@ -46,7 +46,7 @@ import XMonad.Layout.Decoration
-- You can also edit the default configuration options.
--
-- > myDWConfig = defaultTheme { inactiveBorderColor = "red"
--- > , inactiveTextColor = "red"}
+-- > , inactiveTextColor = "red"}
--
-- and
--