On Wed,  8 May 2019 22:20:11 +0200
Philip Linde <linde.philip_AT_gmail.com> wrote:
> ---
>  config.h | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/config.h b/config.h
> index f3e75ad..05272d0 100644
> --- a/config.h
> +++ b/config.h
> _AT_@ -104,6 +104,9 @@ static Key keys[] = {
>  	{ 0, XF86XK_AudioRaiseVolume, spawn, {.v = upvol } },
>  	{ 0, XF86XK_AudioLowerVolume, spawn, {.v = downvol } },
>  	{ 0, XF86XK_AudioMute, spawn, {.v = mutevol } },
> +
> +	{ ControlMask, XK_t, prefix, { .c = { ControlMask, XK_t } } },
> +	{ MODKEY, XK_Escape, noop, {0} },
>  };
>  
>  /* button definitions */
> -- 
> 2.21.0
> 
Never mind this. The patch was generated from the wrong branch.
-- 
Philip Linde
Received on Wed May 08 2019 - 22:29:56 CEST