You are not logged in.

#1 2008-09-07 12:09:09

Lexion
Member
Registered: 2008-03-23
Posts: 510

Xmonad Configuration

If I run xmonad --recompile it seems to work just fine, but when I restart xmonad, it does not use my configuration (~/.xmonad/xmonad.hs) it uses the default settings.  I'm using xmonad 0.8, ghc 6.8.  I probably had this same problem with xmonad 0.7, but I can't remember how I solved it.  Could someone reshresh my memory?


urxvtc / wmii / zsh / configs / onebluecat.net
Arch will not hold your hand

Offline

#2 2008-09-07 15:23:44

quarks
Member
From: Netherlands
Registered: 2007-05-14
Posts: 66

Re: Xmonad Configuration

Did you compile as root or as user (i.e. is xmonad in ~/bin/xmonad?).

Build it like this:

    $ runhaskell Setup.lhs configure --user --prefix=$HOME
    $ runhaskell Setup.lhs build
    $ runhaskell Setup.lhs install --user

Offline

#3 2008-09-07 17:52:10

Lexion
Member
Registered: 2008-03-23
Posts: 510

Re: Xmonad Configuration

This is how I built it:

$ sudo runhaskell Setup.lhs configure --user
$ sudo runhaskell Setup.lhs build
$ sudo runhaskell Setup.lhs install --user

I tried installing it your way, but it didn't work and I don't like to have things installed into $HOME,
as I like my home dir clean.

EDIT: I tried it your way, still didn't work

Last edited by Lexion (2008-09-07 17:57:54)


urxvtc / wmii / zsh / configs / onebluecat.net
Arch will not hold your hand

Offline

Board footer

Powered by FluxBB