commit: 170a93a33ba5545aaab2d0a5b7aefe084b4af3cd
parent: 6f0f2b7ec3713351de274707672fbadb6cc727a2
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 1 Oct 2018 01:08:20 +0200
apply: 01b-my-config.diff
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+static char *font = "monospace-7";
static int borderpx = 2;
/*
@@ -32,7 +32,7 @@ static float chscale = 1.0;
*
* More advanced example: " `'\"()[]{}"
*/
-char *worddelimiters = " ";
+char *worddelimiters = " │`'\"()[]{}“”<>‘’\~\;";
/* selection timeouts (in milliseconds) */
static unsigned int doubleclicktimeout = 300;