remove mpd & ncmpcpp
This commit is contained in:
parent
04e18be665
commit
91b55cccd3
|
|
@ -1,25 +0,0 @@
|
||||||
db_file "~/.config/mpd/database"
|
|
||||||
music_directory "~/music"
|
|
||||||
playlist_directory "~/.config/mpd/playlists"
|
|
||||||
|
|
||||||
auto_update "yes"
|
|
||||||
bind_to_address "127.0.0.1"
|
|
||||||
port "6600"
|
|
||||||
restore_paused "yes"
|
|
||||||
max_output_buffer_size "16384"
|
|
||||||
|
|
||||||
audio_output {
|
|
||||||
# type "pulse"
|
|
||||||
# name "pulse"
|
|
||||||
#type "alsa"
|
|
||||||
#name "ALSA"
|
|
||||||
type "pipewire"
|
|
||||||
name "PipeWire Sound Server"
|
|
||||||
}
|
|
||||||
|
|
||||||
audio_output {
|
|
||||||
type "fifo"
|
|
||||||
name "Visualizer feed"
|
|
||||||
path "/tmp/mpd.fifo"
|
|
||||||
format "44100:16:2"
|
|
||||||
}
|
|
||||||
|
|
@ -46,11 +46,5 @@ export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
|
||||||
export PATH=$PATH:$HOME/.local/pbin # private bin
|
export PATH=$PATH:$HOME/.local/pbin # private bin
|
||||||
export PATH="$PATH:$XDG_DATA_HOME/cargo/bin"
|
export PATH="$PATH:$XDG_DATA_HOME/cargo/bin"
|
||||||
|
|
||||||
export MPD_HOST="localhost"
|
|
||||||
export MPD_PORT="6600"
|
|
||||||
|
|
||||||
# Mpd daemon start
|
|
||||||
[ ! -s ~/.config/mpd/pid ] && mpd
|
|
||||||
|
|
||||||
# Start graphical server on user's current tty if not already running.
|
# Start graphical server on user's current tty if not already running.
|
||||||
[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"
|
[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,6 @@ XDG_DOWNLOAD_DIR="$HOME/dl"
|
||||||
XDG_TEMPLATES_DIR="$HOME/"
|
XDG_TEMPLATES_DIR="$HOME/"
|
||||||
XDG_PUBLICSHARE_DIR="$HOME/"
|
XDG_PUBLICSHARE_DIR="$HOME/"
|
||||||
XDG_DOCUMENTS_DIR="$HOME/dox"
|
XDG_DOCUMENTS_DIR="$HOME/dox"
|
||||||
XDG_MUSIC_DIR="$HOME/music"
|
XDG_MUSIC_DIR="$HOME/"
|
||||||
XDG_PICTURES_DIR="$HOME/pix"
|
XDG_PICTURES_DIR="$HOME/pix"
|
||||||
XDG_VIDEOS_DIR="$HOME/vids"
|
XDG_VIDEOS_DIR="$HOME/vids"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue