From 08a02d81e7d40a08f0d4a606e590c4ef8afe6109 Mon Sep 17 00:00:00 2001 From: pants Date: Mon, 23 Feb 2026 22:55:05 -0800 Subject: [PATCH] ohyeah --- dmenu/{build => install} | 0 dwm/{build => install} | 0 dwmblocks/{build => install} | 2 +- install | 11 +++++++++++ st/config.def.h | 2 +- st/{build => install} | 0 6 files changed, 13 insertions(+), 2 deletions(-) rename dmenu/{build => install} (100%) rename dwm/{build => install} (100%) rename dwmblocks/{build => install} (69%) create mode 100755 install rename st/{build => install} (100%) diff --git a/dmenu/build b/dmenu/install similarity index 100% rename from dmenu/build rename to dmenu/install diff --git a/dwm/build b/dwm/install similarity index 100% rename from dwm/build rename to dwm/install diff --git a/dwmblocks/build b/dwmblocks/install similarity index 69% rename from dwmblocks/build rename to dwmblocks/install index 6d63988..7220694 100755 --- a/dwmblocks/build +++ b/dwmblocks/install @@ -1,3 +1,3 @@ #!/bin/sh -rm blocks.h +rm -f blocks.h sudo make clean install diff --git a/install b/install new file mode 100755 index 0000000..cff756e --- /dev/null +++ b/install @@ -0,0 +1,11 @@ +#!/bin/sh +cd dwm +./install +cd ../dwmblocks +cd dwmblocks +./install +cd ../dmenu +./install +cd ../st +./install +echo "done." diff --git a/st/config.def.h b/st/config.def.h index 56ab193..9961f79 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "CaskaydiaCoveNerdFontMono:size=14:antialias=true:autohint=true"; +static char *font = "CaskaydiaCoveNerdFontMono:size=16:antialias=true:autohint=true"; static int borderpx = 2; /* diff --git a/st/build b/st/install similarity index 100% rename from st/build rename to st/install