Add plank to autostart

This commit is contained in:
Dennis ten Hoove 2024-03-15 03:37:12 +01:00
parent 3817180e5b
commit b709aed450

View file

@ -0,0 +1,5 @@
# Add plank to system-wide autostart, it is done system-wide to ensure Plank starts
# in case the user switches between variants
cp -v $workdir/usr/share/applications/plank.desktop \
$workdir/etc/xdg/autostart \
|| cleanup_and_quit 'Failed to copy plank.desktop to xdg autostart'