Difference between revisions of "Xmonad/Config archive"

From HaskellWiki
Jump to navigation Jump to search
Line 10: Line 10:
 
* [[/nomeata’s Config.hs]]. modMaks = mod4Mask; gnome-stuff
 
* [[/nomeata’s Config.hs]]. modMaks = mod4Mask; gnome-stuff
   
* [[/droundy's Config.hs]]. Combo config for small screen + xclock.
+
* [[/droundy's Config.hs]]. Combo config for small screen + xclock. Requires changes to core xmonad this the Main module.

Revision as of 15:30, 23 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.
  • /droundy's Config.hs. Combo config for small screen + xclock. Requires changes to core xmonad this the Main module.