X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.h;h=12b0fe4d68acc89e8dd6f8a2907e6f404728a551;hp=804ef30740be962284101f12f2951f39a1c62668;hb=8365f93099bcfa6a708f3608cd3eb43c150a166e;hpb=d1167672d5d985b51a0bffa2f6cb7e5a3c60a8a7 diff --git a/config.h b/config.h index 804ef30..12b0fe4 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char font[] = "Fantasque Sans Mono:pixelsize=16:antialias=true:autohint=false"; -static int borderpx = 2; +static int borderpx = 1; static char shell[] = "/bin/sh"; static char *utmp = NULL; @@ -103,8 +103,8 @@ static unsigned int defaultunderline = 7; /* Beware that overloading Button1 will disable the selection. */ static Mousekey mshortcuts[] = { /* button mask string */ - { Button4, XK_ANY_MOD, "\031" }, - { Button5, XK_ANY_MOD, "\005" }, + { Button4, XK_ANY_MOD, "\031\031\031" }, + { Button5, XK_ANY_MOD, "\005\005\005" }, }; /* Internal keyboard shortcuts. */