diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-07-01 23:54:12 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-07-01 23:54:12 +0530 |
| commit | 0b2cb397e6c3d882af0e14d7a69895f58a9405d0 (patch) | |
| tree | ad4cb76bff8cac9c6d526e3586f2a9f7132da05d /.config/shell/profile | |
| parent | f6011293d3402f42f68cd689b73c9172b297d470 (diff) | |
switching to mpd
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 7fb1293..c6fcf0c 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -27,8 +27,14 @@ export __GL_SHADER_DISK_CACHE_PATH=~/.cache/ export SUDO_ASKPASS="$HOME/.local/bin/dmenupass" export FZF_DEFAULT_OPTS="--layout=reverse --height 40%" export ANDROID_HOME="$XDG_DATA_HOME"/android - export PATH=$PATH:$HOME/.local/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 # Starting X if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then |
