On Wed,  8 May 2019 22:20:11 +0200
Philip Linde <[email protected]> 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
> @@ -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

Reply via email to