Skip to content

Commit c7ac35c

Browse files
portnovgeekosaur
andauthored
Fix reference to xmonad.hs
See also #859 Co-authored-by: brandon s allbery kf8nh <[email protected]>
1 parent 5d82d56 commit c7ac35c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: XMonad/Layout/DecorationEx.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ import XMonad.Layout.DecorationEx.DwmGeometry
8181
-- $usage
8282
--
8383
-- You can use this module with the following in your
84-
-- @~\/.xmonad\/xmonad.hs@:
84+
-- @xmonad.hs@:
8585
--
8686
-- > import XMonad.Layout.DecorationEx
8787
-- Then edit your @layoutHook@ by adding the DwmStyle decoration to

Diff for: XMonad/Layout/DecorationEx/DwmGeometry.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import XMonad.Layout.DecorationEx.TextEngine
3939

4040
-- $usage
4141
-- You can use this module with the following in your
42-
-- @~\/.xmonad\/xmonad.hs@:
42+
-- @xmonad.hs@:
4343
--
4444
-- > import XMonad.Layout.DecorationEx.DwmStyle
4545
-- Then edit your @layoutHook@ by adding the DwmStyle decoration to

0 commit comments

Comments
 (0)