Difference between revisions of "Xmonad/Config archive/Template xmonad.hs"

From HaskellWiki
Jump to navigation Jump to search
(Place more info on finding local docs and xmonad version)
m (clarify xmonad.hs is what we're talking about)
Line 3: Line 3:
 
<code>% xmonad --version</code> will tell you what release version you have. If you are running from darcs hopefully you know it already, since darcs will still show the version of the latest release.
 
<code>% xmonad --version</code> will tell you what release version you have. If you are running from darcs hopefully you know it already, since darcs will still show the version of the latest release.
   
You also may have a version that came with your installation somewhere like $docdir/xmonad/man/xmonad.hs or with the xmonad source. Often /usr/share/doc is $docdir.
+
You also may have a sample xmonad.hs that came with your installation somewhere like $docdir/xmonad/man/xmonad.hs or with the xmonad source. Often /usr/share/doc is $docdir.

Revision as of 20:01, 8 October 2009

Use a template file for your xmonad version from the Xmonad/Config_archive

% xmonad --version will tell you what release version you have. If you are running from darcs hopefully you know it already, since darcs will still show the version of the latest release.

You also may have a sample xmonad.hs that came with your installation somewhere like $docdir/xmonad/man/xmonad.hs or with the xmonad source. Often /usr/share/doc is $docdir.