Still not sure why nothing in the .fluxbox/startup file will work, but adding it to .xinitrc worked fine. Thanks for your help.dswissmiss wrote:I start all my programs in ~/.xinitrc, so I have the linein there.Code: Select all
conky &
Still not sure why nothing in the .fluxbox/startup file will work, but adding it to .xinitrc worked fine. Thanks for your help.dswissmiss wrote:I start all my programs in ~/.xinitrc, so I have the linein there.Code: Select all
conky &









I highly recommend thatBjerrk wrote:That certainly sounds very attractive.. I'll go emerge that one right away.6thpink wrote:If you dont like xdm and dont want so much dependencies I would suggest you to take a look into qingy.

Code: Select all
Mod4 F1 :MacroCmd {Workspace 1} {ExecCommand aplay /usr/share/sounds/kjazz/change_virtualDesktop.wav}
(...)
Mod4 Down :MacroCmd {Minimize} {ExecCommand aplay /usr/share/sounds/kjazz/minimize.wav}
Mod4 Up :MacroCmd {Maximize} {ExecCommand aplay /usr/share/sounds/kjazz/maximize.wav}
(...)
Control k :MacroCmd {KillWindow} {ExecCommand aplay /usr/share/sounds/kjazz/serious_error.wav}
Another cool wallpaper tidbit: Fluxbox (0.9.14) has a menu option that lists the contents of a given directory, effectively giving you a list of wallpaper in a menu. Example:MeatHead wrote:Here is a tidbit I found usefull.
Using......as described in ~/.fluxbox/startup doesn't work very well if your wallpaper is larger or smaller than your desktop resolution. One solution is to use another app to render the desktop image such as feh.Code: Select all
bsetbg -f /wallpaper.pngEdit your ~/.fluxbox/init and change 'session.screen0.rootCommand:' toCode: Select all
emerge fehOr to tile wallpaper this worksCode: Select all
session.screen0.rootCommand: feh --bg-scale /path/to/wallpaper.pngThere are probably other options. I don't know.Code: Select all
session.screen0.rootCommand: feh --bg-tile /path/to/wallpaper.png
Don't forget to comment out the bsetbg line in ~/.fluxbox/startup before using this method.
Restart fluxbox for changes to take effect.
Have fun
Code: Select all
[submenu] (Wallpaper)
[wallpapers] (/home/paul/wallpaper) {feh --bg-scale}
[end]
Code: Select all
eval `cat ~/.fehbg`