From 488734f3255d304bc185e0ec3b716b06b1e7bab8 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 19 Jan 2026 09:52:42 -0600 Subject: fix(archsetup): add harfbuzz dependency for st terminal --- archsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archsetup') diff --git a/archsetup b/archsetup index c48f5ad..7873f5b 100755 --- a/archsetup +++ b/archsetup @@ -1118,7 +1118,7 @@ EOF dwm() { action="DWM Window Manager Dependencies" && display "subtitle" "$action" - for software in coreutils fontconfig freetype2 glibc libx11 libxft libxinerama; do + for software in coreutils fontconfig freetype2 glibc harfbuzz libx11 libxft libxinerama; do pacman_install "$software" done; -- cgit v1.2.3