dotfiles

My configuration files.
Log | Files | Refs | README

commit 850e90fa4f17ac4959144e495b45c22c16a568a5
parent 701450b685e5f774adaa8d805c58e30d3c1a0d96
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Sun, 26 Dec 2021 21:52:09 +0100

Change font size

Diffstat:
Mdwm/.repos/dwm/config.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dwm/.repos/dwm/config.h b/dwm/.repos/dwm/config.h @@ -5,8 +5,8 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ 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[] = { "monospace:size=18" }; -static const char dmenufont[] = "monospace:size=18"; +static const char *fonts[] = { "monospace:size=16" }; +static const char dmenufont[] = "monospace:size=16"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb";