Skip to content

Instantly share code, notes, and snippets.

@mmitou
Created June 17, 2014 09:44
Show Gist options
  • Select an option

  • Save mmitou/3219ea19d384b0e5fe0b to your computer and use it in GitHub Desktop.

Select an option

Save mmitou/3219ea19d384b0e5fe0b to your computer and use it in GitHub Desktop.
cabal install xmonad xmonad-contrib
import XMonad
main = do
xmonad $ defaultConfig { terminal = "gnome-terminal --hide-menubar" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment