[feature] add exo for choosing preferred application

This commit is contained in:
Klesh Wong 2020-09-22 12:25:13 +08:00
parent b128c0659a
commit c3a2cb767e

View File

@ -47,6 +47,8 @@ case "$PM" in
sudo systemctl enable bluetooth sudo systemctl enable bluetooth
sudo systemctl start bluetooth sudo systemctl start bluetooth
fi fi
# for setting up default programs: exo-preferred-applications
sudo pacman -S --needed exo
;; ;;
esac esac