diff options
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 -- |