From a57f2e5a6f0d850130b3b2d2c893832a08e74761 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 04 Jun 2018 14:27:35 -0400 Subject: .xinitrc: Remove mpd command mpd will be started by cron, via the .config/cron.reboot/mpd script in the mpd dotfiles repository. --- diff --git a/.xinitrc b/.xinitrc index 89ac736..815f60a 100644 --- a/.xinitrc +++ b/.xinitrc @@ -5,10 +5,6 @@ eval "$(gpg-agent --daemon --enable-ssh-support)" export $(gnome-keyring-daemon --start) -mkdir -p ~/.local/share/mpd/ -mkdir -p ~/music/library/ ~/music/playlists/ -mpd - xmodmap "${HOME}/.Xmodmap" export GTK_IM_MODULE='xim' export QT_IM_MODULE='xim' -- cgit v0.9.1