
XMonad
Get flash to fully experience Pearltrees
Actions.Plane
Layout.Fullscreen
rockj @ pandora :/ opt $ cat ~/. xmonad / xmonad . hs import XMonad import XMonad.Hooks.DynamicLog
norrs's gist: 2945060
Sets the WM name to a given string, so that it could be detected using _NET_SUPPORTING_WM_CHECK protocol. May be useful for making Java GUI programs work, just set WM name to LG3D and use Java 1.6u1 (1.6.0_01-ea-b03 works for me) or later.
Hooks.SetWMName
Layout.NoBorders
Layout.LayoutCombinators
You can use this module with the following in your ~/.xmonad/xmonad.hs : import XMonad.Layout.LayoutCombinators hiding ( (|||) )Xmonad/Notable changes since 0.9
From HaskellWiki This page is for keeping a record of significant changes in darcs xmonad and xmonad-contrib since the 0.9 releases. See darcs changes in the source repositories for the patches and more details covering documentation and bug fixes not noted here.From HaskellWiki
Xmonad/General xmonad.hs config tips
From HaskellWiki
Xmonad/General xmonad.hs config tips
This module provides an easy way to control, what you see on other screens in xinerama mode without having to focus them.
XMonad.Actions.OnScreen
You can use this module with the following in your ~/.xmonad/xmonad.hs :

