From 641ea1557ccc0099ef5471a16503938bd00924af Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sat, 20 Jun 2020 21:04:14 -0700 Subject: larger fonts for laptop --- sys/cmd/dwm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/cmd/dwm') diff --git a/sys/cmd/dwm/config.h b/sys/cmd/dwm/config.h index 053b9f8..6875304 100644 --- a/sys/cmd/dwm/config.h +++ b/sys/cmd/dwm/config.h @@ -8,7 +8,7 @@ static uint snap = 32; /* snap pixel */ static int swallowfloating = 0; /* 1 will swallow floating by default */ static int showbar = 1; /* 0 means no bar */ static int topbar = 1; /* 0 means bottom bar */ -static char *fonts[] = { "consolas:size=12" }; +static char *fonts[] = { "consolas:size=14" }; static char col_gray1[] = "#323232"; static char col_gray2[] = "#444444"; static char col_gray3[] = "#bbbbbb"; -- cgit v1.2.1