diff options
| author | Jari Vetoniemi <mailroxas@gmail.com> | 2017-02-14 18:02:36 +0200 | 
|---|---|---|
| committer | Jari Vetoniemi <mailroxas@gmail.com> | 2017-02-14 19:20:44 +0200 | 
| commit | f1019bb500dd3b1ec6945382dff336676ab3da55 (patch) | |
| tree | 47673779b87d571238841123188c7468f24043cb /lib | |
| parent | 81f58f4c25980a1a8db5f77ec33a3ec7f4046408 (diff) | |
| download | bemenu-f1019bb500dd3b1ec6945382dff336676ab3da55.tar.gz bemenu-f1019bb500dd3b1ec6945382dff336676ab3da55.tar.bz2 bemenu-f1019bb500dd3b1ec6945382dff336676ab3da55.zip | |
Set default font to Fixed
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/menu.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -9,7 +9,7 @@  /**   * Default font.   */ -static const char *default_font = "Terminus 9"; +static const char *default_font = "Fixed 9";  /**   * Default hexadecimal colors. | 
