Adding cmdcustomize patch

This commit is contained in:
bakkeby
2019-10-05 23:56:43 +02:00
parent f096d003d9
commit ac4269a4f2
7 changed files with 52 additions and 1 deletions

5
patch/cmdcustomize.c Normal file
View File

@ -0,0 +1,5 @@
char*
help(void)
{
return "usage: dwm [-hv] [-fn font] [-nb color] [-nf color] [-sb color] [-sf color]\n[-df font] [-dnf color] [-dnb color] [-dsf color] [-dsb color]\n";
}