.dotfiles/.config/mpd/mpd.conf
Tobias Reisinger 625ee51457 add: add bspwm rules
add: XDG_XXXXX_DIR config
add: zathura config
fix: launch of mpd and mopidy
2020-02-27 22:43:20 +01:00

26 lines
727 B
Plaintext

# Recommended location for database
db_file "$XDG_CONFIG_DIR/mpd/database"
# Logs to systemd journal
log_file "syslog"
# The music directory is by default the XDG directory, uncomment to amend and choose a different directory
music_directory "$XDG_MUSIC_DIR"
# Refresh the database whenever files in the music_directory are changed
auto_update "yes"
# Restore in paused mode
restore_paused "yes"
# Uncomment to enable the functionalities
playlist_directory "$XDG_CONFIG_DIR/mpd/playlists"
pid_file "$XDG_CONFIG_DIR/mpd/pid"
state_file "$XDG_CONFIG_DIR/mpd/state"
sticker_file "$XDG_CONFIG_DIR/mpd/sticker.sql"
audio_output {
type "pulse"
name "pulse audio"
}