X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.h;h=f29b93e4c9d186fcceae1d071574ef4490c9d7d1;hp=87ec5969be7cfa3982f1bb8700731a8470ef1dd8;hb=5f9c2243eb00b36a2a818c3c52f42fcfed5ab84e;hpb=2904556791755a3f15ee982f967426f2d4f548c4 diff --git a/config.h b/config.h index 87ec596..f29b93e 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,9 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char font[] = "Fantasque Sans Mono:pixelsize=16:antialias=true:autohint=false"; + +static char font[] = "Hack:pixelsize=14:antialias=true:autohint=false"; +// good except smart close quotes: static char font[] = "Fantasque Sans Mono:pixelsize=16:antialias=true:autohint=false"; //static int borderpx = 25; // setting for run dialog static int borderpx = 1; // normal setting static int histsize = 2000; @@ -24,7 +26,7 @@ static float chscale = 1.0; * * More advanced example: " `'\"()[]{}" */ -static char worddelimiters[] = " "; +static char worddelimiters[] = " →›"; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300; @@ -122,7 +124,7 @@ static Shortcut shortcuts[] = { { MODKEY|ShiftMask, XK_Next, xzoom, {.i = -1} }, { MODKEY|ShiftMask, XK_Home, xzoomreset, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, - { MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} }, + { ControlMask, XK_Insert, clippaste, {.i = 0} }, { MODKEY, XK_Num_Lock, numlock, {.i = 0} }, { ShiftMask, XK_Up, kscrollup, {.i = -1} }, { ShiftMask, XK_Down, kscrolldown, {.i = -1} },