JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
tweak settings
authorJason Woofenden <jason@jasonwoof.com>
Mon, 15 Dec 2014 16:54:17 +0000 (11:54 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Mon, 15 Dec 2014 16:54:17 +0000 (11:54 -0500)
config.h

index 804ef30..14800fb 100644 (file)
--- 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";
  * 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;
 
 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 */
 /* 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. */
 };
 
 /* Internal keyboard shortcuts. */
@@ -163,7 +163,8 @@ static uint ignoremod = Mod2Mask|XK_SWITCH_MOD;
 /* Override mouse-select while mask is active (when MODE_MOUSE is set).
  * Note that if you want to use ShiftMask with selmasks, set this to an other
  * modifier, set to 0 to not use it. */
 /* Override mouse-select while mask is active (when MODE_MOUSE is set).
  * Note that if you want to use ShiftMask with selmasks, set this to an other
  * modifier, set to 0 to not use it. */
-static uint forceselmod = ShiftMask;
+//static uint forceselmod = ShiftMask;
+static uint forceselmod = -1;
 
 static Key key[] = {
        /* keysym           mask            string      appkey appcursor crlf */
 
 static Key key[] = {
        /* keysym           mask            string      appkey appcursor crlf */