Xmonad/Config archive

From HaskellWiki
< Xmonad
Revision as of 15:33, 23 October 2007 by Droundy (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

xmonad configuration examples

Dons-config.png
  • /Devin's Config.hs. modMask = mod4Mask; noBorders tabbed layout; keybindings for dzen, rotview, swapworkspaces, windowbringer, and windownavigation; urgencyhook.
  • /David Roundy's Config.hs. Combo config for small screen + xclock. Requires changes to core xmonad this the Main module. This config also keeps mod=mod1, and therefore moves a number of key bindings to non-standard locations (my laptop has no spare modifier keys).