diff options
Diffstat (limited to '')
-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 |