diff --git a/.config/i3/config b/.config/i3/config index 3d8055e..5ff9263 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -49,6 +49,8 @@ exec --no-startup-id "pgrep -x i3mpdupdate || i3mpdupdate" exec --no-startup-id rm -f ~/.larbs/.recording # Network manager applet exec --no-startup-id nm-applet +# mpd startup +exec --no-startup-id mpd # Set Xresources colors: set_from_resource $darkblack color0 #000000 diff --git a/.profile b/.profile index 892882b..aaa0383 100644 --- a/.profile +++ b/.profile @@ -9,8 +9,6 @@ export BROWSER="firefox" export READER="zathura" export BIB="$HOME/Documents/LaTeX/uni.bib" -mpd & - [[ -f ~/.scripts/shortcuts.sh ]] && ~/.scripts/shortcuts.sh [[ -f ~/.bashrc ]] && . ~/.bashrc