mpd returned to i3 config
This commit is contained in:
@@ -49,6 +49,8 @@ exec --no-startup-id "pgrep -x i3mpdupdate || i3mpdupdate"
|
|||||||
exec --no-startup-id rm -f ~/.larbs/.recording
|
exec --no-startup-id rm -f ~/.larbs/.recording
|
||||||
# Network manager applet
|
# Network manager applet
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
|
# mpd startup
|
||||||
|
exec --no-startup-id mpd
|
||||||
|
|
||||||
# Set Xresources colors:
|
# Set Xresources colors:
|
||||||
set_from_resource $darkblack color0 #000000
|
set_from_resource $darkblack color0 #000000
|
||||||
|
|||||||
2
.profile
2
.profile
@@ -9,8 +9,6 @@ export BROWSER="firefox"
|
|||||||
export READER="zathura"
|
export READER="zathura"
|
||||||
export BIB="$HOME/Documents/LaTeX/uni.bib"
|
export BIB="$HOME/Documents/LaTeX/uni.bib"
|
||||||
|
|
||||||
mpd &
|
|
||||||
|
|
||||||
[[ -f ~/.scripts/shortcuts.sh ]] && ~/.scripts/shortcuts.sh
|
[[ -f ~/.scripts/shortcuts.sh ]] && ~/.scripts/shortcuts.sh
|
||||||
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|||||||
Reference in New Issue
Block a user