mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
12 lines
343 B
Bash
Executable File
12 lines
343 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Ensure walker is set to autostart
|
|
mkdir -p ~/.config/autostart/
|
|
cp $OMARCHY_PATH/default/walker/walker.desktop ~/.config/autostart/
|
|
systemctl --user daemon-reload
|
|
|
|
omarchy-refresh-config walker/config.toml
|
|
omarchy-refresh-config elephant/calc.toml
|
|
omarchy-refresh-config elephant/desktopapplications.toml
|
|
omarchy-restart-walker
|