summarylogtreecommitdiffstats
path: root/config.def.h.x200s
diff options
context:
space:
mode:
authoruleenucks2016-11-11 18:15:09 +0100
committeruleenucks2016-11-11 18:15:09 +0100
commit3def0960c845baf3af0ab146533e6fbddc8d54ec (patch)
tree67baf26e49aeb22dccec3fbb8570305bbe81c9e1 /config.def.h.x200s
parent9147e7e4f6b09cdb9875f3964840f7ea62cb09ef (diff)
downloadaur-3def0960c845baf3af0ab146533e6fbddc8d54ec.tar.gz
Using Inconsolata as my main font now, replaced proggyoptis and erusfont
with it also changed chromiums instance name
Diffstat (limited to 'config.def.h.x200s')
-rwxr-xr-xconfig.def.h.x200s6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h.x200s b/config.def.h.x200s
index 924b58d77743..3a9834c30952 100755
--- a/config.def.h.x200s
+++ b/config.def.h.x200s
@@ -2,11 +2,11 @@
/* appearance */
static const char *fonts[] = {
- "Erusfont:size=8",
+ "Inconsolata:size=12",
"VL Gothic:size=10.5",
"WenQuanYi Micro Hei:size=10.5",
};
-static const char font[] = "-*-proggyoptis-*-*-*-*-11-*-*-*-*-*-*-*";
+static const char font[] = "-*-inconsolata-*-*-*-*-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 */
@@ -38,7 +38,7 @@ static const Rule rules[] = {
{ "Remmina", NULL, NULL, 1 << 1, True, True, 0 },
{ "calibre-gui", NULL, NULL, 1 << 1, True, True, 0 },
{ "VirtualBox", NULL, NULL, 1 << 1, True, True, 0 },
- { "chromium", NULL, NULL, 1 << 1, False, False, 0 },
+ { "Chromium", NULL, NULL, 1 << 1, False, False, 0 },
{ "Google-chrome-beta", NULL, NULL, 1 << 1, False, False, 0 },
{ NULL, "Browser", NULL, 1 << 1, True, True, 0 },
{ NULL, "dwb", NULL, 1 << 1, False, False, 0 },