Stefano wrote: > I'd like to add icons to blackbox and set a default background image without running >xv and choose it every time at startup, what's the way? > Thanks a lot, > > Stefano > >
Stefano, I don't think think you'll find much sympathy for desktop icons in BB; I certainly don't miss them. However, one way to set a background is by changing a style by adding a line to add the background image: rootCommand:bsetbg <path to the image> Add this line at the end of a Style file. Be sure to comment out the existing line that sets the bg for that style, for instance, !rootCommand: bsetroot -mod 4 4 -fg rgb:6/6/5c -bg MidnightBlue The ! comments the line out. While you're at it, you can change colors and other items. I've found that the color names in Emacs work fine, as in the "bsetroot" line above. Gino -- Gino Peregrini [EMAIL PROTECTED] http://www.ghazalpage.net
