Add Screenshots to tmpfiles

This commit is contained in:
mediocregopher 2023-12-18 15:15:57 +01:00
parent 8c16b1c0d2
commit 49d2bf673c
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ install-fonts:
install-tmpfiles:
mkdir -p ~/.config/user-tmpfiles.d
cp base/tmpfiles.conf ~/.config/user-tmpfiles.d/loadout.conf
systemd-tmpfiles --user --create # run now to create anything which needs it
systemctl --user enable systemd-tmpfiles-setup.service
systemctl --user enable --now systemd-tmpfiles-clean.timer

View File

@ -1 +1,2 @@
d %h/Downloads 0700 - - 30d
d %h/Screenshots 0700 - - 30d