config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 23106bd90522ebebca70bc8af85a48c9e1ef6046
parent eab3fc9d02aabbc52b0d105ce24deb43ffe5dadd
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date:   Sun,  8 Oct 2023 08:22:52 -0700

Use new aplay script as audio player

Also remove stop command from ap rc.

Diffstat:
Mlocal/ap/sys/config/ap/rc | 2+-
Alocal/bin/bin/aplay | 4++++
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/local/ap/sys/config/ap/rc b/local/ap/sys/config/ap/rc @@ -1 +1 @@ -stop +player aplay diff --git a/local/bin/bin/aplay b/local/bin/bin/aplay @@ -0,0 +1,4 @@ +#!/bin/sh + +ap short name > /tmp/status +exec ffplay -loglevel 0 -nodisp -autoexit "$1"