Make the font smaller for me. This should eventually be controllable via system/local settings, but for right now, this is just for me
This commit is contained in:
parent
10c3d6ecb8
commit
fdc0d5fe2f
|
@ -50,7 +50,7 @@ if __name__ == '__main__':
|
||||||
blink = 0
|
blink = 0
|
||||||
command = None
|
command = None
|
||||||
emulation = "xterm"
|
emulation = "xterm"
|
||||||
font = "fixed 12"
|
font = "mono 9"
|
||||||
scrollback = 100
|
scrollback = 100
|
||||||
transparent = 0
|
transparent = 0
|
||||||
visible = 0
|
visible = 0
|
||||||
|
|
Loading…
Reference in New Issue