More changes.
This commit is contained in:
@@ -264,17 +264,17 @@ follow_inside_symlinks "yes"
|
||||
#
|
||||
# An example of a httpd output (built-in HTTP streaming server):
|
||||
#
|
||||
audio_output {
|
||||
type "httpd"
|
||||
name "mpd http stream"
|
||||
encoder "lame" # optional, vorbis or lame
|
||||
port "8000"
|
||||
# bind_to_address "localhost" # 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
|
||||
}
|
||||
#audio_output {
|
||||
# type "httpd"
|
||||
# name "mpd http stream"
|
||||
# encoder "lame" # optional, vorbis or lame
|
||||
# port "8000"
|
||||
## bind_to_address "localhost" # 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
|
||||
#}
|
||||
#
|
||||
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
|
||||
#
|
||||
|
||||
@@ -78,14 +78,12 @@ mpc
|
||||
mpd
|
||||
mplayer
|
||||
mtools
|
||||
mupdf
|
||||
ncmpcpp
|
||||
net-tools
|
||||
p7zip
|
||||
pavucontrol
|
||||
pdnsd
|
||||
pidgin
|
||||
pinta
|
||||
powertop
|
||||
puddletag
|
||||
pulseaudio
|
||||
@@ -163,4 +161,6 @@ xorg-xmodmap
|
||||
xorg-xrdb
|
||||
xorg-xrefresh
|
||||
youtube-dl
|
||||
zathura
|
||||
zathura-pdf-mupdf
|
||||
zsh
|
||||
|
||||
@@ -17,6 +17,9 @@ RPROMPT="%{$fg[red]%}%? %{$fg[white]%}%*%{$reset_color%}"
|
||||
|
||||
PATH="$PATH:$HOME/bin"
|
||||
|
||||
envoy --agent ssh-agent
|
||||
source <(envoy --print sh)
|
||||
|
||||
man() {
|
||||
env LESS_TERMCAP_mb=$'\E[01;31m' \
|
||||
LESS_TERMCAP_md=$'\E[01;38;5;74m' \
|
||||
@@ -101,7 +104,7 @@ alias b='cd $OLDPWD'
|
||||
|
||||
alias cs="cryptsetup"
|
||||
|
||||
alias le_haxxor_1='clear && dmesg | pv -qL $[15 + (RANDOM % 10)]'
|
||||
alias le_haxxor_1='clear && dmesg | pv -qL $[10 + (RANDOM % 10)]'
|
||||
alias le_haxxor_2='clear && hexdump -C /dev/urandom | grep "1e 4c"'
|
||||
|
||||
alias YOLO="pacman -Syu --force"
|
||||
|
||||
Reference in New Issue
Block a user