diff options
author | necoro <> | 2007-04-25 23:21:14 +0000 |
---|---|---|
committer | necoro <> | 2007-04-25 23:21:14 +0000 |
commit | eb2d5a7590bbbe91abe5d8f8a79624d6f756daba (patch) | |
tree | 445ca6391f3b7de33a3c2ee9f8b9e42e4688dc58 /etc | |
parent | 28c524e8243f9eb41f2ecb7197e33711727526d9 (diff) | |
download | portato-eb2d5a7590bbbe91abe5d8f8a79624d6f756daba.tar.gz portato-eb2d5a7590bbbe91abe5d8f8a79624d6f756daba.tar.bz2 portato-eb2d5a7590bbbe91abe5d8f8a79624d6f756daba.zip |
added systray
Diffstat (limited to 'etc')
-rw-r--r-- | etc/portato.cfg | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/etc/portato.cfg b/etc/portato.cfg index 0692e88..0b38488 100644 --- a/etc/portato.cfg +++ b/etc/portato.cfg @@ -48,6 +48,18 @@ maskperversion = True useperversion = True # +# Frontend section for options common to more than one GUI. +# Not all frontends have to support all of the options. +# +[Gui] + +; show the systray icon?- boolean values +showsystray = true + +; control whether to completely hide on minimization - boolean values +hideonminimize = true + +# # GTK-Section for options of the GTK-Frontend # [Gtk] @@ -60,7 +72,7 @@ showusetips = on # [Qt] -; control whether to show icons instead of checkboxes in the package list +; control whether to show icons instead of checkboxes in the package list - boolean values packageicons = off # vim:ts=4:sw=4:ft=cfg |