diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2008-02-18 19:07:27 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2008-02-18 19:07:27 +0100 |
commit | 78c38194f66da823b31cd89a66977b87b9edd432 (patch) | |
tree | 8f4029b299611b48256ef82f6f8412e64d692289 /XMonad/Layout | |
parent | 8624935317c768cfcc92173a3678afc67659e540 (diff) | |
download | XMonadContrib-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')
-rw-r--r-- | XMonad/Layout/DwmStyle.hs | 2 |
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 -- |