diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-01-08 19:20:31 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-01-08 19:20:31 +0400 |
commit | e4a64fc94f38cc234d9ac029d939d23ccecc28ba (patch) | |
tree | 662fef53808a6215b2f7cc14c2ccb89f090c8fcb | |
parent | d7c984a665df15854acb2d7edf1979a73a439fa2 (diff) |
config.h: font changed
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ static const unsigned int gappx = 16; /* default gap between windows i 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 dmenufont[] = "monospace:size=10"; +static const char *fonts[] = { "Liberation Mono:size=10" }; +static const char dmenufont[] = "Liberation Mono:size=10"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; |