X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.h;h=5c656b1b5adce0959a188a2dd183ac195b22295e;hp=3ffff310ba5b9f8ad378fb8b4256cbb69efd8ea7;hb=e2aa4d8e8467c0cf53bcc2fd31bfe4586658a899;hpb=3a859c33af7acd469727d84aad3072185e6dad7d diff --git a/config.h b/config.h index 3ffff31..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; @@ -39,7 +40,7 @@ static unsigned int actionfps = 30; * blinking timeout (set to 0 to disable blinking) for the terminal blinking * attribute. */ -static unsigned int blinktimeout = 250; +static unsigned int blinktimeout = 0; /* * bell volume. It must be a value between -100 and 100. Use 0 for disabling @@ -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} }, }; /*