feat(profiles): add the XDG_SCREENSHOTS_DIR variable.

This commit is contained in:
Alexandre Pujol 2022-06-13 22:16:25 +01:00
parent 2c6843f5fe
commit 20303f53e3
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
2 changed files with 4 additions and 1 deletions

View File

@ -167,6 +167,7 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected) {
owner @{HOME}/.mozilla/firefox/firefox-mpris/{,*} r,
owner @{HOME}/@{XDG_MUSIC_DIR}/**/*.jpg r,
owner @{HOME}/@{XDG_WALLPAPERS_DIR}/{,**} r,
owner @{HOME}/@{XDG_SCREENSHOTS_DIR}/{,**} rw,
owner @{user_config_dirs}/.goutputstream{,*} rw,
owner @{user_config_dirs}/monitors.xml{,~} rwl,

View File

@ -23,7 +23,9 @@
# Extra user personal directories
@{XDG_PROJECTS_DIR}="Projects"
@{XDG_BOOKS_DIR}="Books"
@{XDG_WALLPAPERS_DIR}="Pictures/Wallpapers"
@{XDG_WALLPAPERS_DIR}="@{XDG_PICTURES_DIR}/Wallpapers"
@{XDG_SCREENSHOTS_DIR}="@{XDG_PICTURES_DIR}/Screenshots"
@{XDG_SYNC_DIR}="Sync"
@{XDG_VM_DIR}=".vm"