diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index 24f4578..522de50 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -3,14 +3,14 @@
 # Any items in the `env` entry below will be added as
 # environment variables. Some entries may override variables
 # set by alacritty itself.
-#env:
+env:
   # TERM variable
   #
   # This value is used to set the `$TERM` environment variable for
   # each instance of Alacritty. If it is not present, alacritty will
   # check the local terminfo database and use `alacritty` if it is
   # available, otherwise `xterm-256color` is used.
-  #TERM: xterm-256color
+  TERM: xterm-256color
 
 window:
   # Window dimensions (changes require restart)
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 54e13c3..1ebdff9 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -81,7 +81,7 @@ super + {t,shift + t,s,f}
     bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
 
 # set the node flags
-super + ctrl + {m,x,y,z}
+super + ctrl + {m,l,period,p}
     bspc node -g {marked,locked,sticky,private}
 
 #
@@ -93,8 +93,8 @@ super + {_,shift + }{h,j,k,l}
     bspc node -{f,s} {west,south,north,east}
 
 # focus the node for the given path jump
-super + {p,b,comma,period}
-    bspc node -f @{parent,brother,first,second}
+super + {p,b}
+    bspc node -f @{parent,brother}
 
 # focus the next/previous node in the current desktop
 super + {_,shift + }c
diff --git a/.profile b/.profile
index b8d2f1a..9329c16 100644
--- a/.profile
+++ b/.profile
@@ -8,6 +8,7 @@ then
     gpgconf --launch gpg-agent
 fi
 
-[ -x "$(command -v mpd)" ] && mpd
+[ -x "$(command -v mpd)" ] && mpd &
+[ -x "$(command -v ympd)" ] && ympd --webport 54594 &
 
 [ $SHELL = "/bin/bash" ] && source $HOME/.bashrc