summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authornecoro <>2007-05-15 15:24:59 +0000
committernecoro <>2007-05-15 15:24:59 +0000
commitf523ff155c7d4ad9e2266147e10b88155b91db50 (patch)
tree1cc3b37e126761b634efcafb0c3dc769b5fcfd38 /etc
parent1ca7bfa9904fef5573be4cbe96838db15c30999e (diff)
downloadportato-f523ff155c7d4ad9e2266147e10b88155b91db50.tar.gz
portato-f523ff155c7d4ad9e2266147e10b88155b91db50.tar.bz2
portato-f523ff155c7d4ad9e2266147e10b88155b91db50.zip
- added settings: gtk: console font
- show emerge progress in window title
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
#