dotfiles

personal dotfiles
git clone anongit@rnpnr.xyz:dotfiles.git
Log | Files | Refs | Feed | Submodules

Commit: 928184876e224e24c4cee39f5b563f13567cdb42
Parent: 671105d635489f85ad16a6117fdb4861d0ca53a2
Author: 0x766F6964
Date:   Sun, 24 Nov 2019 01:46:33 -0700

run mpd on localhost again

libmpdclient seems to be inconsistent when using a socket

Diffstat:
M.config/ncmpcpp/config | 6+++---
M.kshrc | 3++-
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config @@ -41,8 +41,8 @@ lyrics_directory = "~/.config/ncmpcpp/lyrics" follow_now_playing_lyrics = no fetch_lyrics_for_current_song_in_background = no -#mpd_host = "localhost" -mpd_host = "~/.config/mpd/socket" -#mpd_port = "6600" +mpd_host = "localhost" +#mpd_host = "~/.config/mpd/socket" +mpd_port = "6600" mpd_connection_timeout = "5" mpd_music_dir = "~/media/mus" diff --git a/.kshrc b/.kshrc @@ -12,7 +12,8 @@ PS1='$(tput bold)\W \$$(tput sgr0) ' if [ -n "$SSH_CONNECTION" ]; then PS1="$(hostname) $PS1" fi -MPD_HOST="$HOME/.config/mpd/socket" +#MPD_HOST="$HOME/.config/mpd/socket" +MPD_HOST="localhost" HISTFILE=$HOME/.history HISTSIZE=10000 HISTCONTROL=ignoredups:ignorespace