mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Update some paths
This commit is contained in:
parent
10d7142b69
commit
907e13f579
2
dotdrop
2
dotdrop
@ -1 +1 @@
|
|||||||
Subproject commit 8c97593c45fc86ad7791707a3c8fab137180d4fa
|
Subproject commit 296c179f626397e6e53da9ae51d5108e0f11cf59
|
@ -1,5 +1,5 @@
|
|||||||
music_directory "~/music"
|
music_directory "~/Music"
|
||||||
playlist_directory "~/music/Playlists"
|
playlist_directory "~/Music/Playlists"
|
||||||
db_file "~/.mpd/database"
|
db_file "~/.mpd/database"
|
||||||
log_file "~/.mpd/log"
|
log_file "~/.mpd/log"
|
||||||
pid_file "~/.mpd/pid"
|
pid_file "~/.mpd/pid"
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
set $term footclient
|
set $term footclient
|
||||||
set $gnome-schema org.gnome.desktop.interface
|
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
|
set $scripts ~/.config/sway/scripts
|
||||||
|
@ -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"
|
|
Loading…
Reference in New Issue
Block a user