JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Move Shift + Insert to shortcut
[st.git] / config.def.h
index 1ba6d8e..3bf35d9 100644 (file)
@@ -2,7 +2,7 @@
 
 /* appearance */
 static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
-static unsigned int borderpx = 2;
+static int borderpx = 2;
 static char shell[] = "/bin/sh";
 
 /* double-click timeout (in milliseconds) between clicks for selection */
@@ -93,5 +93,6 @@ static Shortcut shortcuts[] = {
        /* modifier             key             function        argument */
        { MODKEY|ShiftMask,     XK_Prior,       xzoom,          {.i = +1} },
        { MODKEY|ShiftMask,     XK_Next,        xzoom,          {.i = -1} },
+       { ShiftMask,            XK_Insert,      selpaste,       {.i =  0} },
 };