diff options
author | mediocregopher <mediocregopher@gmail.com> | 2023-12-18 15:15:57 +0100 |
---|---|---|
committer | mediocregopher <mediocregopher@gmail.com> | 2023-12-18 15:15:57 +0100 |
commit | 49d2bf673c0b38b8a55f7cc8e271427e2a146f5b (patch) | |
tree | c32a601a09af9ae99af8722926ccae58bc5085c7 | |
parent | 8c16b1c0d2a626fb23f7a5ac9d531feada375b01 (diff) |
Add Screenshots to tmpfiles
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | base/tmpfiles.conf | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 diff --git a/base/tmpfiles.conf b/base/tmpfiles.conf index 38c0d0a..51cde1d 100644 --- a/base/tmpfiles.conf +++ b/base/tmpfiles.conf @@ -1 +1,2 @@ d %h/Downloads 0700 - - 30d +d %h/Screenshots 0700 - - 30d |