# Dex
dex -a -s /etc/xdg/autostart/:~/.config/autostart/ &
That line in bspwmrc is your problem. It will start up every program in those directories. Remove it and startup the programs manually.
# Dex
dex -a -s /etc/xdg/autostart/:~/.config/autostart/ &
That line in bspwmrc is your problem. It will start up every program in those directories. Remove it and startup the programs manually.