Skip to content

Instantly share code, notes, and snippets.

@chancez
Created July 12, 2012 06:25
Show Gist options
  • Save chancez/3096258 to your computer and use it in GitHub Desktop.
Save chancez/3096258 to your computer and use it in GitHub Desktop.
myLayoutHook = avoidStruts $
onWorkspace "7:gfx" (gimp ||| noBorders Full) $
onWorkspace "4:chat" (im) $
Full ||| Grid -- The layouts here are the defaults from left->right
where myNamed n l = named n $ layoutHints . gaps [(U, 1), (D, 1), (R, 1), (L, 1)] . spacing 1 $ l
im = withIM (1%7) (Role "buddy_list") Grid
gimp = withIM (0.11) (Role "gimp-toolbox") $
reflectHoriz $
withIM (0.15) (Role "gimp-dock") Full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment