From f523ff155c7d4ad9e2266147e10b88155b91db50 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Tue, 15 May 2007 15:24:59 +0000 Subject: - added settings: gtk: console font - show emerge progress in window title --- etc/portato.cfg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/portato.cfg b/etc/portato.cfg index 0b38488..63091b6 100644 --- a/etc/portato.cfg +++ b/etc/portato.cfg @@ -27,7 +27,7 @@ system = portage debug = True ; the command used for syncing portage - string value -synccommand = eix-sync +synccommand = emerge --sync ; control the same-named "emerge --update" options - boolean values newuse = true @@ -53,6 +53,9 @@ useperversion = True # [Gui] +; show emerge progress in window title - boolean values +updatetitle = on + ; show the systray icon?- boolean values showsystray = true @@ -67,6 +70,9 @@ hideonminimize = true ; control whether usetips are shown for a package in the Queue - boolean values showusetips = on +; sets the font of the console - string values +consolefont = Monospace 11 + # # Qt-Section for options of the Qt-Frontend # -- cgit v1.2.3