Move walker.desktop into default config directory

No need for a top-level directory just for this.
This commit is contained in:
David Heinemeier Hansson
2026-01-05 09:13:38 +01:00
parent f4def40181
commit 3801e0e633
4 changed files with 3 additions and 3 deletions

View File

@@ -6,5 +6,5 @@ systemctl --user start elephant.service
pkill walker
mkdir -p ~/.config/autostart/
cp $OMARCHY_PATH/autostart/walker.desktop ~/.config/autostart/
cp $OMARCHY_PATH/default/walker/walker.desktop ~/.config/autostart/
setsid walker --gapplication-service &