Personal tools

Xmonad/Config archive/Template xmonad.hs

From HaskellWiki

< Xmonad | Config archive(Difference between revisions)
Jump to: navigation, search
(remove unversioned ones which get deprecated over and over)
Current revision (20:03, 8 October 2009) (edit) (undo)
(Include full url to config archive in case someone downloads this)
 
(2 intermediate revisions not shown.)
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]]
-
Versions here always seemed to be deprecated.
+
http://haskell.org/haskellwiki/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.
 +
 
 +
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.

Current revision

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

http://haskell.org/haskellwiki/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.