![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgl86Fxdc5dI2CA43RdSjbU6czPaWh1dD0DVx8Hry-W_fOne7AKVYXIuvvT5od4x72gx2GPkTwIO6OUr_vkT-ZdM6BEnqUckn0h1FItprGt6Qb9Q-HS-fQsqgVfSAtLTAVAMn-z1fkRDJg/s320/idea.png)
The history of Mixxx is stored in ~/.mixxx and therefore in the memory. This is why, whenever you turn off DidJiX, all your games and scores are lost.
To change this behaviour, follow these steps.
- Open a terminal over Mixxx with Win t keys,
- run these commands to change your .xinitrc script,
echo "[ -d /mnt/Mixxx/Musics/.mixxx ] || cp -a ~/.mixxx /mnt/Mixxx/Musics/" \
>> /mnt/Mixxx/Musics/.xinitrc
echo "rm -rf ~/.mixxx" >> /mnt/Mixxx/Musics/.xinitrc
echo "ln -s /mnt/Mixxx/Musics/.mixxx ~" >> /mnt/Mixxx/Musics/.xinitrc
- close the terminal with Ctrl d keys and quit Mixxx with Ctrl q keys,
- at prompt, restart Mixxx with Ctrl c keys or reboot DidJiX with Enter key