Revert "Try to work around hanging"

This reverts commit 1976eafbcd.
This commit is contained in:
David Heinemeier Hansson
2025-07-22 19:07:27 -04:00
parent 4fedfbe9f1
commit 0058023e85

View File

@ -3,7 +3,7 @@ echo "Replace wofi with walker as the default launcher"
if ! command -v walker &>/dev/null; then if ! command -v walker &>/dev/null; then
yay -Sy --noconfirm --needed walker-bin libqalculate yay -Sy --noconfirm --needed walker-bin libqalculate
yay -R --noconfirm wofi yay -Rns --noconfirm wofi
rm -rf ~/.config/wofi rm -rf ~/.config/wofi
mkdir -p ~/.config/walker mkdir -p ~/.config/walker