From 5ffe50012b92bf5210af4ea89837fc222fbfe22a Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 3 Nov 2008 23:14:06 +0000 Subject: [PATCH] put a default size back in the default font so it's a valid pango name --- terminatorlib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/config.py b/terminatorlib/config.py index 8daef461..33da175c 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -70,7 +70,7 @@ Defaults = { 'delete_binding' : 'delete-sequence', 'cursor_blink' : True, 'emulation' : 'xterm', - 'font' : 'Mono', + 'font' : 'Mono 10', 'foreground_color' : '#AAAAAA', 'scrollbar_position' : "right", 'scroll_background' : True,