X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.h;h=5c656b1b5adce0959a188a2dd183ac195b22295e;hp=7d8d959ff553188d405889c405de1ce23b394b51;hb=e2aa4d8e8467c0cf53bcc2fd31bfe4586658a899;hpb=db1292d2032c5fbbf266f9ef82f2fdfa493f389f diff --git a/config.h b/config.h index 7d8d959..5c656b1 100644 --- a/config.h +++ b/config.h @@ -7,6 +7,7 @@ */ static char font[] = "Fantasque Sans Mono:pixelsize=16:antialias=true:autohint=false"; static int borderpx = 1; +static int histsize = 2000; static char shell[] = "/bin/sh"; static char *utmp = NULL; @@ -121,6 +122,8 @@ static Shortcut shortcuts[] = { { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} }, { MODKEY, XK_Num_Lock, numlock, {.i = 0} }, + { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} }, + { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} }, }; /*