loop audio

This commit is contained in:
Boaz Sender 2025-04-20 10:37:43 -07:00
parent 16e4a7198b
commit 92210d66f6
2 changed files with 1 additions and 3 deletions

View file

@ -61,8 +61,6 @@ install_ohmyzsh() {
echo TERM=xterm > ~/.zshrc
}
install_all() {
update_system
install_volta

View file

@ -6,6 +6,6 @@ Type=simple
Restart=on-failure
RestartSec=5
WorkingDirectory=/home/grace
ExecStart=mplayer building.wav
ExecStart=mplayer -loop 0 building.wav
[Install]
WantedBy=multi-user.target