update xdg dirs on fluxbox startup
parent
263912d0ce
commit
c5efc53848
|
|
@ -11,8 +11,6 @@ apt-get update
|
||||||
apt-get install --no-install-recommends --yes $NAME feh compton volumeicon-alsa murrine-themes leafpad qalculate-gtk scrot xdg-user-dirs
|
apt-get install --no-install-recommends --yes $NAME feh compton volumeicon-alsa murrine-themes leafpad qalculate-gtk scrot xdg-user-dirs
|
||||||
. ../../cleanup
|
. ../../cleanup
|
||||||
|
|
||||||
xdg-user-dirs-update
|
|
||||||
rm -Rf /root/Downloads # it will be overwritten by symlink to guest
|
|
||||||
(cd rootcopy && cp --parents -afr * /)
|
(cd rootcopy && cp --parents -afr * /)
|
||||||
chown -R guest.users /home/guest
|
chown -R guest.users /home/guest
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,9 @@ xmodmap "/root/.Xmodmap"
|
||||||
# merge xresource settings
|
# merge xresource settings
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
|
|
||||||
|
# Put some useful directories in users home dir
|
||||||
|
xdg-user-dirs-update
|
||||||
|
|
||||||
# set background color and big wait mouse cursor
|
# set background color and big wait mouse cursor
|
||||||
xsetroot -solid '#111111'
|
xsetroot -solid '#111111'
|
||||||
xsetroot -xcf /usr/share/icons/breeze_cursors/cursors/watch 37
|
xsetroot -xcf /usr/share/icons/breeze_cursors/cursors/watch 37
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue