Removed all software from starup

This commit is contained in:
Kevin Veen-Birkenbach 2020-04-24 17:31:21 +02:00
parent 9e34900c15
commit 3c7bc3a1b7

View File

@ -184,4 +184,6 @@ if [ "$DESKTOP_SESSION" == "gnome" ]; then
echo "--->Deaktivating <<Dash to Dock>>"
gnome-extensions disable dash-to-dock@micxgx.gmail.com
fi
echo "Removing all software from user startup..."
rm ~/.config/autostart/*
echo "More software recomendations you will find here: https://wiki.archlinux.org/index.php/list_of_applications"