Initial upload: dwm 6.1-3

Added dwm

Signed-off-by: Morten Linderud <morten@linderud.pw>
This commit is contained in:
Morten Linderud 2017-11-20 16:36:30 +01:00
commit f091f4ae35
5 changed files with 190 additions and 0 deletions

4
dwm.install Normal file
View file

@ -0,0 +1,4 @@
post_install() {
echo "-- Edit config.h in dwm's PKGBUILD directory (generally /var/abs/community/dwm/)"
echo "-- and rebuild package if you want to change settings."
}