dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit e2e5a0190cec08e3bffe1e89f178aa428584e09b
parent 331cac7094af58c2d92fbc7a627bfd9393a020b2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 18 Aug 2019 13:11:01 +0200

Move mpd start to .xprofile

Diffstat:
M.profile | 2--
M.xprofile | 1+
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.profile b/.profile @@ -64,5 +64,3 @@ if [ -x "$(command -v fzf)" ]; then fi [ -f /etc/pki/tls/certs/ca-bundle.crt ] && export CURL_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt - -mpd >/dev/null 2>&1 & diff --git a/.xprofile b/.xprofile @@ -45,3 +45,4 @@ dunst & calcurse_reminders.py 15 & dwmstatus & keynav & +mpd >/dev/null 2>&1 &