@Kyle Gospo would you have any ideas on why the built-in hhd systemd service restarts itself after r
@Kyle Gospo would you have any ideas on why the built-in hhd systemd service restarts itself after reboot?
sudo systemctl disable --now hhd@deck.service:testing as a permanent thing:testing is barely removed from stable, even :unstable builds from stable fedoratesting full time:testing and :stable are 1:1 for packages & featuressudo systemctl disable --now hhd@deck.service:unstabletesting:stablesudo systemctl stop hhd@$(whoami)
sudo pkill hhd
rm -rf ~/.local/share/hhd
mkdir -p ~/.local/share/hhd
python -m venv --system-site-packages ~/.local/share/hhd/venv
~/.local/share/hhd/venv/bin/pip install git+https://github.com/hhd-dev/adjustor git+https://github.com/hhd-dev/hhd
FINAL_URL='https://api.github.com/repos/hhd-dev/hhd-ui/releases/latest'
curl -L $(curl -s "${FINAL_URL}" | grep "browser_download_url" | cut -d '"' -f 4) -o $HOME/.local/share/hhd/hhd-ui
chmod +x $HOME/.local/share/hhd/hhd-ui
nohup sudo HHD_OVERLAY="$HOME/.local/share/hhd/hhd-ui" ~/.local/share/hhd/venv/bin/hhd --user $(whoami) &> /dev/null &