Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Haskell
Wiki community
Recent changes
Random page
HaskellWiki
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Xmonad/Config archive
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Note on uploading== [http://haskell.org/haskellwiki/HaskellWiki:New_accounts Request a haskell wiki account] if needed. To upload your config file, create some text on this page of the form: <nowiki>; [[/you xmonad.hs]](0.9)</nowiki> <nowiki>: description of your setup</nowiki> and save the page. ''Note that the configs are in alphabetical order and specify what xmonad version is required.'' (It's helpful to also include the version info somewhere in your comments.) This will create a new page under /you into which you can paste your xmonad.hs text. Wrap the haskell in <nowiki><haskell></nowiki> and <nowiki></haskell></nowiki> tags (the tags should go on their own lines), to enable nice markup; add a nice category like <nowiki>[[Category:XMonad configuration]]</nowiki>, and upload. Images can be uploaded by clicking on the 'Upload file' link, and then referring to the uploaded image as, e.g. <nowiki>[[Image:you-config.png|center|200px]]</nowiki> which will scale the image correctly for a thumbnail. ===Modular configs=== Now that xmonad supports importing local module definitions into xmonad.hs from <code>~/.xmonad/lib/Path/To/Foo.hs</code> with <hask>import Path.To.Foo</hask>, the download script below limits the usability of your uploaded config. Till it's made smarter, if you want your modular config to be easily downloadable, convert it into a single chunk of valid haskell between the first pair of <nowiki><haskell> and </haskell></nowiki> tags (each tag on its own line) i.e. comment the "module Foo where"s and their imports, merging them into a single import list, (qualifying as necessary). If this is too painful, please consider other solutions, such as including commented links to downloadable lib module files or a browseable vcs, or help revise the downloader script to be smart enough to deal with a sensible method of posting such configs here. A converter script might be useful as well.
Summary:
Please note that all contributions to HaskellWiki are considered to be released under simple permissive license (see
HaskellWiki:Copyrights
for details). If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!
Cancel
Editing help
(opens in new window)
Toggle limited content width