add sway config
add bashrc ignore xauthority add autounlocking keepass desktop entry add fonts for waybar add alacritty config move scripts location and adjust bashrc use materia theme sway and lockscreen add list packages script add ranger desktop item add mpd config add indicator ring to swaylock remove mpd password add global asdf tool versions add mako config update keys add swaylock theme add suspend to lock config move ssh commands to aliases tweak mpd section in waybar add kanshi config for work update bashrc
This commit is contained in:
34
home/default/.config/mpd/mpd.conf
Normal file
34
home/default/.config/mpd/mpd.conf
Normal file
@ -0,0 +1,34 @@
|
||||
# mpd.conf
|
||||
|
||||
pid_file "/home/default/.config/mpd/mpd.pid"
|
||||
db_file "/home/default/.config/mpd/mpd.db"
|
||||
state_file "/home/default/.config/mpd/mpd.state"
|
||||
playlist_directory "/home/default/.config/mpd/music/music/playlists/mpd"
|
||||
music_directory "/home/default/.config/mpd/music"
|
||||
sticker_file "/home/default/.config/mpd/sticker.sql"
|
||||
log_file "syslog"
|
||||
auto_update "yes"
|
||||
user "default"
|
||||
bind_to_address "localhost"
|
||||
port "6600"
|
||||
volume_normalization "yes"
|
||||
|
||||
# pulse audio
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "pulse audio"
|
||||
}
|
||||
|
||||
# httpd stream
|
||||
# audio_output {
|
||||
# type "httpd"
|
||||
# name "My HTTP Stream"
|
||||
# encoder "wave" # optional, vorbis or lame
|
||||
# port "8000"
|
||||
# bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
|
||||
# quality "5.0" # do not define if bitrate is defined
|
||||
# bitrate "128" # do not define if quality is defined
|
||||
# format "44100:16:1"
|
||||
# max_clients "0" # optional 0=no limit
|
||||
#}
|
||||
|
Reference in New Issue
Block a user