Skip to content

Instantly share code, notes, and snippets.

@mmalecki
Created October 19, 2011 21:47
Show Gist options
  • Save mmalecki/1299785 to your computer and use it in GitHub Desktop.
Save mmalecki/1299785 to your computer and use it in GitHub Desktop.
import XMonad
import XMonad.Config.Gnome
import XMonad.Util.Run
import XMonad.Layout.NoBorders
main = do spawn "gnome-panel"
spawn "gnome-power-manager"
spawn "gnome-sound-applet"
spawn "nm-applet"
xmonad gnomeConfig { layoutHook = smartBorders (layoutHook gnomeConfig) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment