mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
9 lines
225 B
Bash
9 lines
225 B
Bash
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 &
|