Files
omarchy/migrations/1762873545.sh
David Heinemeier Hansson 4fae366a5b Explain the migration
2025-11-21 19:22:04 +01:00

11 lines
315 B
Bash

echo "Switch Elephant to run as a systemd service and walker to be autostarted on login"
pkill elephant
elephant service enable
systemctl --user start elephant.service
pkill walker
mkdir -p ~/.config/autostart/
cp $OMARCHY_PATH/autostart/walker.desktop ~/.config/autostart/
setsid walker --gapplication-service &