Skip to content
Snippets Groups Projects
Commit f9f664ad authored by CALIN Alexis's avatar CALIN Alexis
Browse files

added st and dmenu, st is installed though the AUR but should be installed...

added st and dmenu, st is installed though the AUR but should be installed from sources with patches already inclueded
parent 0c4bbb0e
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,8 @@ elif [ "$distro" == "Arch" ]; then ...@@ -65,7 +65,8 @@ elif [ "$distro" == "Arch" ]; then
if [ "$yn" == 'y' ]; then if [ "$yn" == 'y' ]; then
# dwm depedencies # dwm depedencies
sudo pacman -S base-devel libx11 libxft libxinerama freetype2 fontconfig 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 ./install-dwm.sh
./fix-screen-tearing.sh ./fix-screen-tearing.sh
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment