jaapz
Group: Members
Posts: 129
Joined: May 2007 |
|
Posted: Nov. 04 2007,09:44 |
|
[quote=humpty,Nov. 03 2007,21:32][/quote] i didnt try that, but im going to do it now ;)
what i meant by saying i wanted those tools back, i meant the tools that where used in 3.4 to change the wallpaper and the icons.
EDIT: thx, didnt know that it works
EDIT2: found out that that sentence u gave me was already in .xinitrc. Its in an if-loop. This one:
Code Sample | if [ "$ICONS" == "dfm" ]; then /usr/bin/dfm & else xsri --scale-width=100 --scale-height=100 /ur/image.png fi |
you'll just have to edit /ur/image.png into the path to your own image, and it works with png,jpg and xmp too
|