From 7bf6f5dabe3b0530dc1811663a5498acfa1df879 Mon Sep 17 00:00:00 2001 From: stkhan Date: Wed, 23 Jul 2025 21:35:48 -0500 Subject: Dmenu overhaul --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 755cf61..6f4efa8 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,11 @@ config: rm -rf .config @./scripts/set_theme.sh @echo "Run make to compile sarc" -sarc: clean +sarc: clean ./scripts/cp.sh + ${COLOR} + cp wm/${DMENU}/config.h wm/${DMENU}/real_config.h + ./scripts/pre_build.sh mkdir -p ~/.config/sarc/ @echo "Compiling wm..." make wm -C wm @@ -36,7 +39,7 @@ install: feh_fix clean: make clean-wm -C wm make clean-utils -C utils - rm -rf colors.h + rm -rf colors.h wm/${DMENU}/real_config.h part: ./scripts/cp.sh cleanp: clean -- cgit v1.2.3