diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-08 01:57:02 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-08 01:57:02 +0200 |
commit | 64aae5f99b69042f0e23398c71bcdb1fec78fce9 (patch) | |
tree | 54497e4e5c1db6cd37298de2c4ec655a50bc14a7 /etc | |
parent | 4b9873e84d0fdbab128ce974edcf4cf2169e9b89 (diff) | |
download | portato-64aae5f99b69042f0e23398c71bcdb1fec78fce9.tar.gz portato-64aae5f99b69042f0e23398c71bcdb1fec78fce9.tar.bz2 portato-64aae5f99b69042f0e23398c71bcdb1fec78fce9.zip |
Make the new behavior configurable
Diffstat (limited to '')
-rw-r--r-- | etc/portato.cfg | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/etc/portato.cfg b/etc/portato.cfg index 90cbace..ca20fd9 100644 --- a/etc/portato.cfg +++ b/etc/portato.cfg @@ -53,16 +53,16 @@ useperversion = False # [GUI] -; show emerge progress in window title - boolean values +; show emerge progress in window title - boolean value updatetitle = on -; show emerge process in console title - boolean values +; show emerge process in console title - boolean value updateconsole = on -; show the systray icon?- boolean values +; show the systray icon?- boolean value showsystray = true -; control whether to completely hide on minimization - boolean values +; control whether to completely hide on minimization - boolean value hideonminimize = true ; the browser to use - string value @@ -70,17 +70,21 @@ browserCmd = firefox ; search the packages while you are typing ; disable this if you own a slow machine +; - boolean value searchontype = true -; show slots in the version list +; show slots in the version list - boolean value showslots = true -; sets the font of the console - string values +; sets the font of the console - string value consolefont = Monospace 11 ; controls the maximum length of the console title - integer value titlelength = 60 +; collapse categories with the same prefix - boolean value +collapsecats = true + ; sets the position of the tabs of the two notebooks ; allowed positions: ; - 1 : top |