Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2018 18:54:52 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Niclas Zeising <zeising@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r460417 - in head/x11-wm/dwm: . files
Message-ID:  <fu6n-fd03-wny@FreeBSD.org>
In-Reply-To: <201801301728.w0UHSYQU096346@repo.freebsd.org> (Niclas Zeising's message of "Tue, 30 Jan 2018 17:28:34 %2B0000 (UTC)")
References:  <201801301728.w0UHSYQU096346@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Niclas Zeising <zeising@FreeBSD.org> writes:

> Author: zeising
> Date: Tue Jan 30 17:28:34 2018
> New Revision: 460417
> URL: https://svnweb.freebsd.org/changeset/ports/460417
>
> Log:
>   Add a configuration knob to allow the usage of the super key instead of alt
>   as modifier.
[...]
> @@ -0,0 +1,11 @@
> +--- config.def.h.orig	2018-01-16 16:05:12 UTC
> ++++ config.def.h
> +@@ -42,7 +42,7 @@ static const Layout layouts[] = {
> + };
> + 
> + /* key definitions */
> +-#define MODKEY Mod1Mask
> ++#define MODKEY Mod4Mask

What is the rationale for patching config.def.h instead of one's own
config.h via DWM_CONF variable in make.conf(5) ? I don't follow how a
*non-default* option has any value here.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fu6n-fd03-wny>