diff options
author | necoro <> | 2007-07-04 23:30:51 +0000 |
---|---|---|
committer | necoro <> | 2007-07-04 23:30:51 +0000 |
commit | ea6325e2e728e623f8860592a78f842e87eeead3 (patch) | |
tree | c3e2db1bf272e405fcbe477edab001d05ddb34c2 /etc/portato.cfg | |
parent | 26fdf4359a97e1a96a890b46c6c000dab9d0bfa9 (diff) | |
download | portato-ea6325e2e728e623f8860592a78f842e87eeead3.tar.gz portato-ea6325e2e728e623f8860592a78f842e87eeead3.tar.bz2 portato-ea6325e2e728e623f8860592a78f842e87eeead3.zip |
made console font changeble for Qt
Diffstat (limited to '')
-rw-r--r-- | etc/portato.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/portato.cfg b/etc/portato.cfg index 63091b6..9d1c600 100644 --- a/etc/portato.cfg +++ b/etc/portato.cfg @@ -81,4 +81,10 @@ consolefont = Monospace 11 ; control whether to show icons instead of checkboxes in the package list - boolean values packageicons = off +; sets the font of the console - string values +consolefontfamily = Monospace + +; sets the size of the font in the console - string value +consolefontsize = 11 + # vim:ts=4:sw=4:ft=cfg |