Skip to content

Commit

Permalink
xdg: Added user dir conf
Browse files Browse the repository at this point in the history
  • Loading branch information
eminboydak committed Mar 3, 2024
1 parent abcecfa commit 1266a59
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xdg/.config/user-dirs.dirs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_VIDEOS_DIR="$HOME/Videos"

0 comments on commit 1266a59

Please sign in to comment.