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

From HaskellWiki
Jump to navigation Jump to search
(remove unversioned ones which get deprecated over and over)
(Place more info on finding local docs and xmonad version)
Line 1: Line 1:
Use the new versioned templates from the [[Xmonad/Config_archive]]
+
Use a template file for your xmonad version from the [[Xmonad/Config_archive]]
   
  +
<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.
Versions here always seemed to be deprecated.
 
  +
  +
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.

Revision as of 20:00, 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 version that came with your installation somewhere like $docdir/xmonad/man/xmonad.hs or with the xmonad source. Often /usr/share/doc is $docdir.