feat(profiles): add the XDG_SCREENSHOTS_DIR variable.
This commit is contained in:
parent
2c6843f5fe
commit
20303f53e3
2 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue