Files
omarchy/migrations/1752981883.sh

14 lines
357 B
Bash
Raw Permalink Normal View History

echo "Replace wofi with walker as the default launcher"
if ! command -v walker &>/dev/null; then
yay -Sy --noconfirm --needed walker-bin libqalculate
yay -Rns --noconfirm wofi
rm -rf ~/.config/wofi
mkdir -p ~/.config/walker
cp -r ~/.local/share/omarchy/config/walker/* ~/.config/walker/
2025-07-22 19:17:41 -04:00
setsid uwsm app -- walker --gapplication-service &
fi