change wallpaper (background image) onlyMicrowatt sets a wallpaper (background) image in file
~/.config/openbox/autostart .
Please change a file name following "
feh --bg-scale".
Please be careful about "
&" of the end of line being required.
add desktop iconSome methods to display an icon to a desktop need work.
Please make file
~/.config/user-dirs.dirs including the following text:
XDG_DESKTOP_DIR="$HOME/Desktop"
please open file
~/.config/openbox/autostart and change the line of "feh".
feh --bg-scale /usr/share/wattos/BGR8.jpg &
to:
pcmanfm --desktop &
sleep 1s
pcmanfm --set-wallpaper=/usr/share/wattos/BGR8.jpg
Please logout and login after this(or reboot of wattOS)
A desktop in PCmanFM is reflected in this.
When you want to display an application icon, please include .desktop file.
cp /usr/share/applications/iceweasel.desktop ~/Desktop