summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/portato.cfg8
1 files changed, 7 insertions, 1 deletions
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
#