Update some paths

This commit is contained in:
Marko Korhonen 2022-01-06 12:47:07 +02:00
parent 10d7142b69
commit 907e13f579
4 changed files with 4 additions and 12 deletions

@ -1 +1 @@
Subproject commit 8c97593c45fc86ad7791707a3c8fab137180d4fa
Subproject commit 296c179f626397e6e53da9ae51d5108e0f11cf59

View file

@ -1,5 +1,5 @@
music_directory "~/music"
playlist_directory "~/music/Playlists"
music_directory "~/Music"
playlist_directory "~/Music/Playlists"
db_file "~/.mpd/database"
log_file "~/.mpd/log"
pid_file "~/.mpd/pid"

View file

@ -3,5 +3,5 @@
set $mod Mod4
set $term footclient
set $gnome-schema org.gnome.desktop.interface
set $wallpaper ~/pictures/Wallpapers/random/$(ls ~/pictures/Wallpapers/random | sort -R | tail -n 1)
set $wallpaper ~/Pictures/Wallpapers/random/$(ls ~/Pictures/Wallpapers/random | sort -R | tail -n 1)
set $scripts ~/.config/sway/scripts

View file

@ -1,8 +0,0 @@
XDG_DESKTOP_DIR="$HOME/desktop"
XDG_DOWNLOAD_DIR="$HOME/downloads"
XDG_TEMPLATES_DIR="$HOME/templates"
XDG_PUBLICSHARE_DIR="$HOME/public"
XDG_DOCUMENTS_DIR="$HOME/documents"
XDG_MUSIC_DIR="$HOME/music"
XDG_PICTURES_DIR="$HOME/pictures"
XDG_VIDEOS_DIR="$HOME/videos"