summarylogtreecommitdiffstats
path: root/config.def.h.work
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.work
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.work')
-rwxr-xr-xconfig.def.h.work4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h.work b/config.def.h.work
index 33370a91ba37..566325a43cd3 100755
--- a/config.def.h.work
+++ b/config.def.h.work
@@ -2,11 +2,11 @@
/* appearance */
static const char *fonts[] = {
- "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 */