
Great thanks !
Quoting Andrea Rossato
On Tue, Sep 18, 2007 at 03:07:18PM +0200, lobzang@free.fr wrote:
Hello,
I would like to have my custom myXPConfig in my Config.hs , to use with XPrompt , so that I can easily upgrade xmonad and keep all my conf there. (let's say have my favorite font) However I am not able to compile that way :
Config.hs:44:10: Ambiguous occurrence `borderWidth' It could refer to either `borderWidth', defined at Config.hs:108:0 or `borderWidth', imported from XMonadContrib.XPrompt at Config.hs:31:0-27
When I choose the configuration record names I just forgot that there was big big borderWidth in Config.hs...;-)
If you need to change borderWidth use "XMonadContrib.XPrompt.borderWidth" instead of "borderWidth".
myXPConfig = defaultXPConfig { font = "-bitstream-charter-*-r-normal-*-10-*-*-*-*-56-*-*" , bgColor = "#8a999e" , fgHLight = "black" , bgHLight = "#aaaaaa" , XMonadContrib.XPrompt.borderWidth = 2 }
Andrea
_______________________________________________ Xmonad mailing list Xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad