
On Mon, Nov 12, 2007 at 12:58:37AM +0100, Dominik Bruhn wrote:
Hi, I just switched from the old way to change the Config to the new one with the .xmonad directory but ran into two problems:
1. I want to override the MOD+p call, because I need dmenu to be run with a additional parameter (fn for fontname). I dont want to copy the whole keys-config to my own config but only override the one keypress. As I got now Haskell-Knowledge at all, I would be glad if somebody could help me here.
2. If I try to restart XMonad using MOD+q nothing happens, it doesnt reload at all. On the Console I can see: ---- xmonad: ExecuteFile: does not exist (No such file or directory) ----
I dont think my setup is special at all: my PATH is ~/bin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/games
That should be /home/dominik/bin:/usr/local/bin:/usr/bin:/bin:/usr/games; ~-expansion only occurs directly on the command line, not in other contexts (like $PATH). Stefan