More changes.

This commit is contained in:
2014-08-28 17:46:16 +02:00
parent 00c8fe6f61
commit c4003382ab
3 changed files with 17 additions and 14 deletions

View File

@@ -264,17 +264,17 @@ follow_inside_symlinks "yes"
# #
# An example of a httpd output (built-in HTTP streaming server): # An example of a httpd output (built-in HTTP streaming server):
# #
audio_output { #audio_output {
type "httpd" # type "httpd"
name "mpd http stream" # name "mpd http stream"
encoder "lame" # optional, vorbis or lame # encoder "lame" # optional, vorbis or lame
port "8000" # port "8000"
# bind_to_address "localhost" # optional, IPv4 or IPv6 ## bind_to_address "localhost" # optional, IPv4 or IPv6
quality "5.0" # do not define if bitrate is defined # quality "5.0" # do not define if bitrate is defined
# bitrate "128" # do not define if quality is defined ## bitrate "128" # do not define if quality is defined
format "44100:16:1" # format "44100:16:1"
max_clients "0" # optional 0=no limit # max_clients "0" # optional 0=no limit
} #}
# #
# An example of a pulseaudio output (streaming to a remote pulseaudio server) # An example of a pulseaudio output (streaming to a remote pulseaudio server)
# #

View File

@@ -78,14 +78,12 @@ mpc
mpd mpd
mplayer mplayer
mtools mtools
mupdf
ncmpcpp ncmpcpp
net-tools net-tools
p7zip p7zip
pavucontrol pavucontrol
pdnsd pdnsd
pidgin pidgin
pinta
powertop powertop
puddletag puddletag
pulseaudio pulseaudio
@@ -163,4 +161,6 @@ xorg-xmodmap
xorg-xrdb xorg-xrdb
xorg-xrefresh xorg-xrefresh
youtube-dl youtube-dl
zathura
zathura-pdf-mupdf
zsh zsh

View File

@@ -17,6 +17,9 @@ RPROMPT="%{$fg[red]%}%? %{$fg[white]%}%*%{$reset_color%}"
PATH="$PATH:$HOME/bin" PATH="$PATH:$HOME/bin"
envoy --agent ssh-agent
source <(envoy --print sh)
man() { man() {
env LESS_TERMCAP_mb=$'\E[01;31m' \ env LESS_TERMCAP_mb=$'\E[01;31m' \
LESS_TERMCAP_md=$'\E[01;38;5;74m' \ LESS_TERMCAP_md=$'\E[01;38;5;74m' \
@@ -101,7 +104,7 @@ alias b='cd $OLDPWD'
alias cs="cryptsetup" 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 le_haxxor_2='clear && hexdump -C /dev/urandom | grep "1e 4c"'
alias YOLO="pacman -Syu --force" alias YOLO="pacman -Syu --force"