svn commit: r460417 - in head/x11-wm/dwm: . files
Jan Beich
jbeich at FreeBSD.org
Tue Jan 30 17:55:00 UTC 2018
Niclas Zeising <zeising at 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.
More information about the svn-ports-head
mailing list