We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dccb81c commit cb2aa22Copy full SHA for cb2aa22
1 file changed
etc/config/hooks/live/099-install-custom-apps.chroot
@@ -90,6 +90,7 @@ cp -r /etc/skel/.config/${i}/* /home/rhino/.config/${i};
90
done
91
mkdir /home/rhino/.lightpad
92
cp /etc/skel/.lightpad/* /home/rhino/.lightpad
93
+cp /etc/skel/.config/docks.ini /home/rhino/.config/docks.ini
94
ln -s "/home/rhino/.config/xfce4/desktop/icons.screen0-1904x990.rc" "/home/rhino/.config/xfce4/desktop/icons.screen.latest.rc"
95
# Make sure the user (rhino) has wrx permissions
96
chmod -R 777 /home/rhino/.config/xfce4
0 commit comments