From bf8f7e7d872164e5fcf4d9071ed903b4d6105701 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 5 Jun 2022 19:59:36 +0200 Subject: [PATCH] Create Trash info directory --- arch-setup/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 5fbb73a2..653ca326 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -306,6 +306,7 @@ paru -S --needed - < "$setupdir/packages/aurpkgs.txt" 2>/dev/null # TODO for ttf-vista-fonts, use ttf-vista-fonts (1) # TODO for wps-office, use wps-office (1) # TODO for ffmpeg-normalize, use ffmpeg-normalize (1) +# TODO for nohang, use nohang (1) echo Installed AUR programs # theming @@ -389,6 +390,8 @@ chsh -s /usr/bin/fish "$USER" sudo systemctl enable --now vnstat # setup autotrash +# NOTE without this directory autotrash.service fails to run +mkdir -p "$HOME/.local/share/Trash/info" autotrash -d 5 --install systemctl --user enable autotrash.timer