Xmonad/Config archive: Difference between revisions

From HaskellWiki
Twifkak (talk | contribs)
m add darcs disclaimer
Droundy (talk | contribs)
No edit summary
Line 10: Line 10:
* [[/nomeata’s Config.hs]]. modMaks = mod4Mask; gnome-stuff
* [[/nomeata’s Config.hs]]. modMaks = mod4Mask; gnome-stuff


* [[/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).
* [[/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).
[[Image:droundy-config.png|center|200px]]
[[Image:droundy-config.png|center|200px]]


* [[/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. =)
* [[/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. =)
[[Image:byorgey-config.png|center|200px]]
[[Image:byorgey-config.png|center|200px]]

Revision as of 15:34, 24 October 2007

xmonad configuration examples

  • /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).
  • /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. =)