1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-09-24 13:00:42 +02:00

added users.dir

This commit is contained in:
eoli3n 2020-05-07 19:24:52 +02:00
parent 379f256b8f
commit 72212e6b85
3 changed files with 13 additions and 2 deletions

2
TODO
View File

@ -1,6 +1,4 @@
- wofi config
- waybar temperature module
- waybar upgrade module
- waybar tray dependencies for libindicator
- xbindkeys to sway : https://wiki.archlinux.org/index.php/Sway#Custom_keybindings

View File

@ -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/img"
XDG_PUBLICSHARE_DIR="$HOME/public"
XDG_TEMPLATES_DIR="$HOME/templates"
XDG_VIDEOS_DIR="$HOME/videos"

View File

@ -33,3 +33,8 @@
src: import-gsettings
dest: ~/.config/sway/
mode: 0755
- name: copy config user.dirs
copy:
src: user-dirs.dirs
dest: ~/.config/