change copyoutput hotkey to alt + q

This commit is contained in:
Andrius Solopovas 2019-09-02 11:09:36 +01:00
parent 17313e8f58
commit d9fb6a4bcc

View file

@ -259,7 +259,7 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_D, zoom, {.f = -2} },
{ MODKEY, XK_l, externalpipe, {.v = openurlcmd } },
{ MODKEY, XK_y, externalpipe, {.v = copyurlcmd } },
{ MODKEY, XK_o, externalpipe, {.v = copyoutput } },
{ MODKEY, XK_q, externalpipe, {.v = copyoutput } },
};
/*