Files
Hyprcachy/omarchy/scripts/omarchy-refresh-walker
2026-01-04 20:49:31 +01:00

12 lines
338 B
Bash
Executable File

#!/bin/bash
# Ensure walker is set to autostart
mkdir -p ~/.config/autostart/
cp $OMARCHY_PATH/autostart/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