Ensure the autostart directory is there
This commit is contained in:
parent
a3b7670153
commit
7aa9caa512
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user