Why, are you entering command line options also on separate lines?

On 27 October 2016 at 01:42, Markus Teich <markus.te...@stusta.mhn.de> wrote:
> ---
>  config.def.h | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/config.def.h b/config.def.h
> index ba9a240..deb1584 100644
> --- a/config.def.h
> +++ b/config.def.h
> @@ -56,7 +56,13 @@ static const Layout layouts[] = {
>
>  /* commands */
>  static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in 
> spawn() */
> -static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", 
> dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", 
> col_gray4, NULL };
> +static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon,
> +                                               "-fn", dmenufont,
> +                                               "-nb", col_gray1,
> +                                               "-nf", col_gray3,
> +                                               "-sb", col_cyan,
> +                                               "-sf", col_gray4,
> +                                               NULL };
>  static const char *termcmd[]  = { "st", NULL };
>
>  static Key keys[] = {
> --
> 2.7.3
>
>

Reply via email to