I am completely new to xmonad, but I would like to start using it to improve performance.
This is the guide I used (I use Apple OS X Snow Leopard) http://xmonad.org/tour.html#start
So far, I have managed to install Haskell-Platform, Cabal, dMenu, and xmonad (using the cabal installation).
When I try to start xmonad from the terminal, I run this error:
SDGL0990Z464C:~ cflynn$ echo $PATH /Users/cflynn/.cabal/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/X11/bin SDGL0990Z464C:~ cflynn$ xmonad /Users/cflynn/.xmonad/xmonad-i386-darwin: executeFile: does not exist (No such file or directory) X Error of failed request: BadAccess (attempt to access private resource denied) Major opcode of failed request: 2 (X_ChangeWindowAttributes) Serial number of failed request: 7 Current serial number in output stream: 8
Can someone explain what this means? Thanks!
haskell cabal cabal-install xmonad
Casey flynn
source share