From e20a439f0de08052fad50669fd005dee14d40cae Mon Sep 17 00:00:00 2001 From: stkhan Date: Fri, 18 Mar 2022 08:09:07 -0800 Subject: Update dwm, added farbfeld, sent, and wmname plus more --- st-0.8.4/Makefile | 1 + st-0.8.4/config.h | 2 +- st-0.8.4/config.mk | 1 - st-0.8.4/st | Bin 106440 -> 0 bytes st-0.8.4/st.o | Bin 77144 -> 0 bytes st-0.8.4/x.o | Bin 75712 -> 0 bytes 6 files changed, 2 insertions(+), 2 deletions(-) delete mode 100755 st-0.8.4/st delete mode 100644 st-0.8.4/st.o delete mode 100644 st-0.8.4/x.o (limited to 'st-0.8.4') diff --git a/st-0.8.4/Makefile b/st-0.8.4/Makefile index 470ac86..c0aa027 100644 --- a/st-0.8.4/Makefile +++ b/st-0.8.4/Makefile @@ -3,6 +3,7 @@ .POSIX: include config.mk +include ../config.mk SRC = st.c x.c OBJ = $(SRC:.c=.o) diff --git a/st-0.8.4/config.h b/st-0.8.4/config.h index 6ac76a1..ae92fc9 100644 --- a/st-0.8.4/config.h +++ b/st-0.8.4/config.h @@ -1,4 +1,4 @@ -#include "../dwm-6.2/colors.h" +#include "../dwm-6.3/colors.h" /* See LICENSE file for copyright and license details. */ /* diff --git a/st-0.8.4/config.mk b/st-0.8.4/config.mk index aaa54ff..5672e9a 100644 --- a/st-0.8.4/config.mk +++ b/st-0.8.4/config.mk @@ -4,7 +4,6 @@ VERSION = 0.8.4 # Customize below to fit your system # paths -PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man X11INC = /usr/X11R6/include diff --git a/st-0.8.4/st b/st-0.8.4/st deleted file mode 100755 index b5216af..0000000 Binary files a/st-0.8.4/st and /dev/null differ diff --git a/st-0.8.4/st.o b/st-0.8.4/st.o deleted file mode 100644 index e3f7921..0000000 Binary files a/st-0.8.4/st.o and /dev/null differ diff --git a/st-0.8.4/x.o b/st-0.8.4/x.o deleted file mode 100644 index 5eb1e8b..0000000 Binary files a/st-0.8.4/x.o and /dev/null differ -- cgit v1.2.3