summarylogtreecommitdiffstats
path: root/config.def.h.x230
diff options
context:
space:
mode:
authorUwe Hermann2017-10-09 05:25:43 +0000
committerUwe Hermann2017-10-09 05:25:43 +0000
commitebf31352527bdeb2df533232b92ce8bd2b5073f5 (patch)
tree48ae810677895dca819faabcaa4d33e95b2061d4 /config.def.h.x230
parent976e10487e91e10af714bf258c6eea2b40dbb378 (diff)
downloadaur-ebf31352527bdeb2df533232b92ce8bd2b5073f5.tar.gz
* MOD: update inconsolata to inconsolata-g
Signed-off-by: Uwe Hermann <dev@uleenucks.de>
Diffstat (limited to 'config.def.h.x230')
-rwxr-xr-xconfig.def.h.x2304
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h.x230 b/config.def.h.x230
index 47031e28bcf2..1fa30458fc4d 100755
--- a/config.def.h.x230
+++ b/config.def.h.x230
@@ -3,11 +3,11 @@
/* appearance */
static const char *fonts[] = {
"Monospace:size=8",
- "Inconsolata:size=12",
+ "Inconsolata G:size=12",
"VL Gothic:size=10.5",
"WenQuanYi Micro Hei:size=10.5",
};
-static const char font[] = "-*-inconsolata-*-*-*-*-12-*-*-*-*-*-*-*";
+static const char font[] = "-*-inconsolata g-*-*-*-*-12-*-*-*-*-*-*-*";
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */