X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=0e017173435354e0075e31cff3b7c84cbc4c180f;hb=3be4cf11d79ca87ff1fbbb57801913ec6f822429;hp=616616a6d190962cef6143f934c846bf442b634a;hpb=33201ac65f74e45b4fa60822ba9a538c3cfa9b25;p=st.git diff --git a/config.def.h b/config.def.h index 616616a..0e01717 100644 --- a/config.def.h +++ b/config.def.h @@ -16,7 +16,7 @@ static int borderpx = 2; * 4: value of shell in /etc/passwd * 5: value of shell in config.h */ -char *shell = "/bin/sh"; +static char *shell = "/bin/sh"; char *utmp = NULL; char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; @@ -176,8 +176,8 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_C, clipcopy, {.i = 0} }, { TERMMOD, XK_V, clippaste, {.i = 0} }, { TERMMOD, XK_Y, selpaste, {.i = 0} }, + { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, - { TERMMOD, XK_I, iso14755, {.i = 0} }, }; /*