tazpkg annotate tazpkg.conf @ rev 451

Add tazpkg-notify (notification icon in systray with custom action, must be started by WM autostart script
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 01:24:08 2011 +0200 (2011-04-06)
parents bed335284b2e
children b52c1a1105e2
rev   line source
pankso@307 1 # /etc/slitaz/tazpkg.conf: SliTaz package manager configuration file.
pankso@307 2 #
pankso@307 3
pankso@308 4 # Auto-installation of packages dependencies.
pankso@308 5 AUTO_INSTALL_DEPS="yes"
pankso@308 6
pankso@307 7 # Path to Tazpkg log file.
pankso@307 8 LOG="/var/log/tazpkg.log"
pankso@451 9
pankso@451 10 # The geometry of the desktop notification
pankso@451 11 NOTIFY_GEOM="360x80-0+24"