Skip to content

Instantly share code, notes, and snippets.

@pbrisbin
Created October 16, 2010 01:31
Show Gist options
  • Select an option

  • Save pbrisbin/629270 to your computer and use it in GitHub Desktop.

Select an option

Save pbrisbin/629270 to your computer and use it in GitHub Desktop.
-- add avoidStruts to your layoutHook like so
myLayout = avoidStruts $ Tall ||| Wide ||| Full ...
-- add manageDocks to your managehook like so
myManageHook = composeAll
[ className =? "Mplayer" --> doFloat
, className =? "Zenity" --> doFloat
] <+> manageDocks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment