Introduction
Introduction Statistics Contact Development Disclaimer Help
tUse large terminus as font - dwm - [fork] customized build of dwm, the dynamic…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 128d8038b1ba83fdde6365f9e8749ed8d212ad63
parent 1c45834701527ef9557526bf306f53e5f59f7002
Author: Anders Damsgaard <[email protected]>
Date: Thu, 24 Sep 2020 12:19:10 +0200
Use large terminus as font
Diffstat:
M config.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/config.h b/config.h
t@@ -5,7 +5,8 @@ static const unsigned int borderpx = 2; /* border pixe…
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
-static const char *fonts[] = { "dina:size=9:antialias=false" };
+/* static const char *fonts[] = { "dina:size=9:antialias=false" }; */
+static const char *fonts[] = { "terminus:size=24" };
static const char col_gray1[] = "#1d1f21";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#c5c8c6";
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.