X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.def.h;h=9005fe73f4a752beee82d93e98f78aba2a43b667;hp=56bae2da290c56c2de15e2f546cffd9df1e71570;hb=e2aa4d8e8467c0cf53bcc2fd31bfe4586658a899;hpb=db1292d2032c5fbbf266f9ef82f2fdfa493f389f diff --git a/config.def.h b/config.def.h index 56bae2d..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; @@ -122,6 +123,8 @@ static Shortcut shortcuts[] = { { 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} }, }; /*