st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

commit d1d5dede491729820755fec15e5b7b995eae2436
parent f033c443b385971685169991c4fb1b79aa076908
Author: Ethan Long <ethan@OpenBSD-X220.lan>
Date:   Fri, 10 Jan 2025 19:50:56 +1100

Build system is same as dwl and dwm

Diffstat:
Rconfig.h -> config.h.OBSD | 0
Rconfig.mk -> config.mk.OBSD | 0
AprepOBSD.sh | 4++++
3 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/config.h b/config.h.OBSD diff --git a/config.mk b/config.mk.OBSD 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