Difference between revisions of "Xmonad/Config archive"

From HaskellWiki
Jump to navigation Jump to search
(Add my config)
Line 18: Line 18:
 
* [[/Robert Manea's Config.hs and support scripts]]. Customized DynamicLog, ShellPrompt, some efforts to make the colors of all components go together well
 
* [[/Robert Manea's Config.hs and support scripts]]. Customized DynamicLog, ShellPrompt, some efforts to make the colors of all components go together well
 
[[Image:rob-config.png|center|400px]]
 
[[Image:rob-config.png|center|400px]]
  +
  +
* [[/Eric Mertens's Config.hs]]. Customized DynamicLog, ShellPrompt, TilePrime, Dual-head and an effort to make the statusbar similar to DWM.
  +
[[Image:glguy-config.png|400px]]

Revision as of 21:06, 24 October 2007

xmonad configuration examples

Dons-config.png
  • /Devin's Config.hs. modMask = mod4Mask; noBorders tabbed layout; keybindings for dzen, rotview, swapworkspaces, windowbringer, and windownavigation; urgencyhook (only in darcs xmonad).
  • /David Roundy's Config.hs. Combo config for small screen + xclock. Requires changes to core xmonad, so not for the faint of heart. 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).
Droundy-config.png
  • /Brent Yorgey's Config.hs. probably only works with darcs xmonad. modMask = mod4Mask; DynamicLog, RotView, ViewPrev, WindowNavigation, ToggleLayouts (toggle full screen mode), UrgencyHook + dzen, FlexibleManipulate, and a few others, with keybindings for all! (Warning: lots of non-standard keybindings. =)
Byorgey-config.png
Rob-config.png
  • /Eric Mertens's Config.hs. Customized DynamicLog, ShellPrompt, TilePrime, Dual-head and an effort to make the statusbar similar to DWM.

400px