mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-10-31 22:17:31 +00:00
11 lines
340 B
Plaintext
11 lines
340 B
Plaintext
|
--- config.def.h
|
||
|
+++ config.def.h
|
||
|
@@ -6,6 +6,7 @@
|
||
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||
|
*/
|
||
|
static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
|
||
|
+static char *font2 = "Roboto Mono for Powerline:pixelsize=12:antialias=true:autohint=true";
|
||
|
static int borderpx = 2;
|
||
|
|
||
|
/*
|