diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-06-04 14:27:35 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2021-08-22 10:00:43 (EDT) |
commit | 1966f574851aef1770ac9ce37b2c1921eaabd18b (patch) | |
tree | 8ddfd1aafe9d675377e2d014886ea27f5812771b | |
parent | d54fe3e9717501c0bb79998aea2a25b62d3b8032 (diff) | |
download | fluxbox-1966f574851aef1770ac9ce37b2c1921eaabd18b.zip fluxbox-1966f574851aef1770ac9ce37b2c1921eaabd18b.tar.gz fluxbox-1966f574851aef1770ac9ce37b2c1921eaabd18b.tar.bz2 |
.xinitrc: Remove mpd command
mpd will be started by cron, via the .config/cron.reboot/mpd script in
the mpd dotfiles repository.
-rw-r--r-- | .xinitrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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' |