From b4d9ad31c69cc423912b18d059c03f68a8da476e Mon Sep 17 00:00:00 2001 From: exu Date: Fri, 17 Nov 2023 18:00:43 +0100 Subject: [PATCH] Don't enable autotrash --- arch-setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index ffc811c5..fd197d5e 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -378,7 +378,7 @@ autotrash -td 5 --install #enable vnstat sudo systemctl enable --now vnstat -systemctl --user enable autotrash.timer +#systemctl --user enable autotrash.timer # enable lockscreen for systemd #sudo systemctl enable betterlockscreen@$USER