dotfiles

config files and scripts
git clone git://git.hanetzok.net/dotfiles
Log | Files | Refs | README

commit 02a24b026dc9d55afb140df5ac0dffdb59b6c68c
parent 1c9b878995e73bd0688532718e781335fe8da4fd
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Sun,  6 Apr 2025 16:48:52 +0200

add user-dirs

Diffstat:
A.config/user-dirs.dirs | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs @@ -0,0 +1,15 @@ +# This file is written by xdg-user-dirs-update +# If you want to change or add directories, just edit the line you're +# interested in. All local changes will be retained on the next run. +# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped +# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an +# absolute path. No other format is supported. +# +XDG_DESKTOP_DIR="$HOME/" +XDG_DOWNLOAD_DIR="$HOME/downloads" +XDG_PUBLICSHARE_DIR="$HOME/public" +XDG_DOCUMENTS_DIR="$HOME/nextcloud/documents" +XDG_MUSIC_DIR="$HOME/media/music" +XDG_TEMPLATES_DIR="$HOME/Vorlagen" +XDG_PICTURES_DIR="$HOME/Bilder" +XDG_VIDEOS_DIR="$HOME/Videos"