summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarchsetup2
1 files changed, 1 insertions, 1 deletions
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;