From 118562a375cf67df9dcd05798dfc47642bd68aa7 Mon Sep 17 00:00:00 2001 From: Norbert Moutarde Date: Tue, 19 Jan 2016 14:50:18 +0100 Subject: [PATCH] added st --- get-dwm-fr.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/get-dwm-fr.sh b/get-dwm-fr.sh index 32c5491..49ec874 100755 --- a/get-dwm-fr.sh +++ b/get-dwm-fr.sh @@ -4,14 +4,16 @@ cd dwm wget http://dwm.suckless.org/patches/dwm-azertykey.diff patch -p1 < dwm-azertykey.diff #git apply dwm-azertykey.diff don't work only patch work ! -#cp config.def.h config.h -cat config.def.h|sed 's/{ "st", NULL };/{ "uxterm", NULL };/g'>config.h +cp config.def.h config.h +#cat config.def.h|sed 's/{ "st", NULL };/{ "uxterm", NULL };/g'>config.h make sudo make clean install cd .. -#git clone http://git.suckless.org/st -#cd st -#sudo make clean install +#st +git clone http://git.suckless.org/st +cd st +sudo make clean install +cd .. #dmenu git clone http://git.suckless.org/dmenu cd dmenu -- 2.45.1