Difference between revisions of "Xmonad/Using xmonad on Apple OSX"

From HaskellWiki
Jump to navigation Jump to search
(+cat)
(Added some basic instructions.)
Line 9: Line 9:
 
If you're using xmonad on a mac, add details about your configuration
 
If you're using xmonad on a mac, add details about your configuration
 
here!
 
here!
  +
  +
  +
-------
  +
Some instructions for using XMonad:
  +
  +
1. Build and install XMonad like you would any other Haskell library.
  +
  +
2. do the following on the Terminal:
  +
$ cp /private/etc/X11/xinit/xinitrc ~/.xinitrc
  +
$ chmod +w ~/.xinitrc
  +
$ vim ~/.xinitrc
  +
#comment out the line 'exec quartz-wm' and add PATH-TO-XMONAD/xmonad after it.
  +
  +
3. open X11. XMonad should be running now.
  +
   
 
[[Category:XMonad]]
 
[[Category:XMonad]]

Revision as of 15:52, 19 January 2008

xmonad runs well on Apple OSX machines, and needs little work to be useful. This page collects advice and information on using xmonad successfully with OSX.

If you're using xmonad on a mac, add details about your configuration here!



Some instructions for using XMonad:

1. Build and install XMonad like you would any other Haskell library.

2. do the following on the Terminal:

    $ cp /private/etc/X11/xinit/xinitrc ~/.xinitrc
    $ chmod +w ~/.xinitrc
    $ vim ~/.xinitrc 
    #comment out the line 'exec quartz-wm' and add PATH-TO-XMONAD/xmonad after it.

3. open X11. XMonad should be running now.