X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.def.h;h=0a3c3e02731d0588ba22118a011c619cc4f260a7;hb=dc8c5c82aa14e75305bd5b0e42b4f8bba45702a8;hp=fe810789e50d948f63949442e674894c901f1229;hpb=9d9e049eac3dacb2725f9d792f7cdd2230062313;p=st.git diff --git a/config.def.h b/config.def.h index fe81078..0a3c3e0 100644 --- a/config.def.h +++ b/config.def.h @@ -8,6 +8,7 @@ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; static int borderpx = 2; static char shell[] = "/bin/sh"; +static char *utmp = NULL; /* identification sequence returned in DA and DECID */ static char vtiden[] = "\033[?6c"; @@ -115,6 +116,7 @@ static Shortcut shortcuts[] = { { XK_ANY_MOD, XK_Print, printsel, {.i = 0} }, { MODKEY|ShiftMask, XK_Prior, xzoom, {.i = +1} }, { MODKEY|ShiftMask, XK_Next, xzoom, {.i = -1} }, + { MODKEY|ShiftMask, XK_Home, xzoomreset, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} }, { MODKEY, XK_Num_Lock, numlock, {.i = 0} },