commit cadec0c0005c174609d4977a21d124d6d9a9c02a
parent 79af798e5b152632267ab54353220ec84aa996e0
Author: Ethan Long <Ethan.Long@anu.edu.au>
Date: Mon, 30 Dec 2024 00:16:11 +1100
Made void better reflect my ideal setup
Diffstat:
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/config.h.void b/config.h.void
@@ -139,7 +139,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* commands */
-static const char *termcmd[] = { "alacritty", NULL };
+static const char *termcmd[] = { "footclient", NULL };
static const char *menucmd[] = { "wmenu-run", "-f", "Victor Mono Bold 10", "-N", "1e1e2e", "-n", "b4befe", "-M", "1e1e2e", "-m", "b4befe", "-S", "b3befe", "-s", "1e1e2e", NULL };
static const char *volumedowncmd[] = { "pamixer", "-d", "5", NULL };
static const char *volumeupcmd[] = { "pamixer", "-i", "5", NULL };
diff --git a/config.mk.void b/config.mk.void
@@ -4,7 +4,7 @@ VERSION = `git describe --tags --dirty 2>/dev/null || echo $(_VERSION)`
PKG_CONFIG = pkg-config
# paths
-PREFIX = /usr/local
+PREFIX = $(HOME)/.local
MANDIR = $(PREFIX)/share/man
DATADIR = $(PREFIX)/share
diff --git a/prepOBSD.sh b/prepOBSD.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cp config.mk.OBSD config.mk
+cp config.h.OBSD config.h