Add true after autotrash service

This commit is contained in:
RealStickman 2022-06-05 20:02:50 +02:00
parent bf8f7e7d87
commit 2b96cb7402

View File

@ -393,7 +393,8 @@ sudo systemctl enable --now vnstat
# NOTE without this directory autotrash.service fails to run # NOTE without this directory autotrash.service fails to run
mkdir -p "$HOME/.local/share/Trash/info" mkdir -p "$HOME/.local/share/Trash/info"
autotrash -d 5 --install autotrash -d 5 --install
systemctl --user enable autotrash.timer # NOTE fix script exiting after this for some reason
systemctl --user enable autotrash.timer || true
# enable lockscreen for systemd # enable lockscreen for systemd
#sudo systemctl enable betterlockscreen@$USER #sudo systemctl enable betterlockscreen@$USER