Difference between revisions of "XMonadContribTour"

From HaskellWiki
Jump to navigation Jump to search
Line 11: Line 11:
 
* More options in layout selection: Perworkspace
 
* More options in layout selection: Perworkspace
 
* More powerful window management: ManageHelpers
 
* More powerful window management: ManageHelpers
* Getting notifications: UrgencyHook
+
* Getting notifications on events: UrgencyHook
 
* A handy terminal for doing dirty work: ScratchPad
 
* A handy terminal for doing dirty work: ScratchPad

Revision as of 02:04, 24 January 2009

Meta

This page pretends to be like the XMonad guided tour for new users for the XMonad.Contrib it's very difficult for newcomers to discover what features XMonad has under the hood, and the Haddock documenttation is preety usefull when you know what you want, but when you;re lookin around to find some way to implement your desired layout the alphabetical order doesn't help.

Outline

  • A more useful tiled layout: ResizableTile
  • Showing your workspaces: DynamicLog, dzen and xmobar
  • Making space for the statusbar: ManageDocks
  • Removing borders: XMonadActions.NoBorders
  • More options in layout selection: Perworkspace
  • More powerful window management: ManageHelpers
  • Getting notifications on events: UrgencyHook
  • A handy terminal for doing dirty work: ScratchPad