From f9f664ad6a0b8ce92870006f23a02463c73d1138 Mon Sep 17 00:00:00 2001
From: Calin8u <alexis.calin9@etu.univ-lorraine.fr>
Date: Sat, 11 Mar 2023 16:06:26 +0100
Subject: [PATCH] added st and dmenu, st is installed though the AUR but should
 be installed from sources with patches already inclueded

---
 setup.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.sh b/setup.sh
index efde8ae..bbfc443 100755
--- a/setup.sh
+++ b/setup.sh
@@ -65,7 +65,8 @@ elif [ "$distro" == "Arch" ]; then
     if [ "$yn" == 'y' ]; then
         # dwm depedencies
         sudo pacman -S base-devel libx11 libxft libxinerama freetype2 fontconfig
-		xorg-xbacklight alsa-utils
+		xorg-xbacklight alsa-utils dmenu
+	yay -S st
         ./install-dwm.sh
         ./fix-screen-tearing.sh
     fi
-- 
GitLab