On 2008-02-28, sunway <[EMAIL PROTECTED]> wrote: > i have set systray=false in cfg_statusbar.lua, but although the tray icon > isn't > display on the status bar, a single window is displayed for the tray icon, how > to totally disable it?
You can't disable it, because the app asks it to be mapped. You can, however, e.g. load the dock module, have the dock manage the window, and keep the dock hidden. -- Tuomo
