diff options
| author | aleksav013 <aleksav013@gmail.com> | 2021-03-08 15:01:15 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-12-06 05:05:49 +0100 |
| commit | 00dfb6029e9a26135a7a998053ce1b113edeaf5e (patch) | |
| tree | 128141d6e689e0335625e9e05d80088671180adc /config.def.h | |
| parent | 278406c75a050d0f80e516458a5911d2090aa247 (diff) | |
Changing font
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 1e62f5f..d2e901b 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ 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=10" }; +static const char *fonts[] = { "Liberation Mono:size=10" }; static const char dmenufont[] = "monospace:size=10"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; |
