JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
control-insert to paste clipboard
[st.git] / config.h
index 87ec596..f29b93e 100644 (file)
--- 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} },