commit e16156d22e3a0acecb586ebc69c3375a821216b8
parent 47dedb0460b4ed8f8345d0bdc61df403c8502933
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date: Tue, 29 Jun 2021 22:00:25 -0700
Add config.h and remove binaries
Diffstat:
3 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/apc/apc b/apc/apc
Binary files differ.
diff --git a/aps/aps b/aps/aps
Binary files differ.
diff --git a/aps/config.h b/aps/config.h
@@ -0,0 +1,11 @@
+static char *player[] = {
+ /* "" = path */
+ /* prog, arg, ... */
+ "ffplay", "apsplayer", "-loglevel", "error", "-nodisp", "-autoexit", "", NULL
+};
+
+static char *next[] = {
+ "config.h", "+", "1"
+};
+
+static int timeout = 250;