Ensure the autostart directory is there

This commit is contained in:
David Heinemeier Hansson 2024-06-02 15:04:10 -07:00
parent a3b7670153
commit 7aa9caa512

View File

@ -5,6 +5,7 @@ if ! command -v ulauncher &>/dev/null; then
sudo apt install -y ulauncher
# Start ulauncher to have it populate config before we overwrite
mkdir -p ~/.config/autostart/
cp ~/.local/share/omakub/configs/ulauncher.desktop ~/.config/autostart/ulauncher.desktop
gtk-launch ulauncher.desktop
sleep 2 # ensure enough time for ulauncher to set defaults