summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/common/mpd/mpd.conf7
-rw-r--r--config/essentials/zsh/.zshrc7
2 files changed, 7 insertions, 7 deletions
diff --git a/config/common/mpd/mpd.conf b/config/common/mpd/mpd.conf
index f9e7f9e..40ece39 100644
--- a/config/common/mpd/mpd.conf
+++ b/config/common/mpd/mpd.conf
@@ -1,4 +1,4 @@
-music_directory "/media/manthe/music"
+music_directory "~/music"
playlist_directory "~/.config/mpd/playlists"
db_file "~/.config/mpd/database"
pid_file "~/.config/mpd/pid"
@@ -7,9 +7,10 @@ auto_update "yes"
restore_paused "yes"
# bind_to_address "/run/user/1000/mpd/socket"
# port "6600"
+
audio_output {
- type "pulse"
- name "pulse audio"
+ type "alsa"
+ name "ALSA sound card"
}
audio_output {
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc
index 49633cb..01898de 100644
--- a/config/essentials/zsh/.zshrc
+++ b/config/essentials/zsh/.zshrc
@@ -2,7 +2,7 @@
if { [ "$TTY" = "/dev/tty1" ] || [ "$TTY" = "/dev/tty8" ]; } && [ "$(id -u)" -ne 0 ]; then
eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents ssh,gpg)"
- keychain --dir "$XDG_CONFIG_HOME/keychain" --quiet --agents gpg 3A626DD20A32EB2E5DD9CE71CFD9ABC97158CD5D #FILTERED
+ keychain --dir "$XDG_CONFIG_HOME/keychain" --quiet --agents gpg IDENTITY #FILTERED
exec startx > /dev/null 2>&1
exit
fi
@@ -139,6 +139,5 @@ setopt notify
# zprof
-# PATH="$PATH:$HOME/proj/chatty/"
-PATH="$PATH:$HOME/proj/metac/misc/"
-PATH="$PATH:$HOME/proj/metac/build/"
+PATH="$PATH:$HOME/proj/metac/build"
+PATH="$PATH:$HOME/proj/metac/misc"