X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.def.h;h=9005fe73f4a752beee82d93e98f78aba2a43b667;hp=8a8236c7c79d911636b52ada17eb61ca609d9c30;hb=d945d7093d1822bf249e2e38ce97e5b37f695fdb;hpb=b746816b78447b9e4a3af7333a4e992eb8d32254 diff --git a/config.def.h b/config.def.h index 8a8236c..9005fe7 100644 --- a/config.def.h +++ b/config.def.h @@ -7,6 +7,7 @@ */ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; static int borderpx = 2; +static int histsize = 2000; static char shell[] = "/bin/sh"; static char *utmp = NULL; @@ -119,7 +120,11 @@ static Shortcut shortcuts[] = { { MODKEY|ShiftMask, XK_Home, xzoomreset, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} }, + { MODKEY|ShiftMask, XK_C, clipcopy, {.i = 0} }, + { MODKEY|ShiftMask, XK_V, clippaste, {.i = 0} }, { MODKEY, XK_Num_Lock, numlock, {.i = 0} }, + { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} }, + { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} }, }; /*