1ALLTRAY(1) AllTray Manual Page ALLTRAY(1)
2
3
4
6 AllTray - Dock any program into the system tray.
7
9 alltray [program] [options]
10
11
12
14 With AllTray you can dock any application with no native tray icon
15 (like Evolution, Thunderbird, Terminals) into the system tray. A
16 high-light feature is that a click on the "close" button will minimize
17 back to system tray. It works well with Gnome, KDE, XFCE 4*, Fluxbox*
18 and WindowMaker*. Xmms is supported in particular.
19
20
21 Click-Mode: Only run alltray and click on the window you would like to
22 dock. (Abort with <c>)
23
24
26 These programs follow the usual GNU command line syntax, with long op‐
27 tions starting with two dashes (`-'). A summary of options is included
28 below.
29
30
31 -h --help
32 Show summary of options.
33
34 -v --version
35 Show version of program.
36
37 -d --debug
38 Show debug messages.
39
40 -s --show
41 Do not hide window after start.
42
43 -i --icon
44 Use a PNG image as an icon.
45
46 -l --large_icons
47 allow large icons (> 24x24).
48
49 -st --sticky
50 visible on all workspaces.
51
52 -stask --skip-taskbar
53 not visible in taskbar.
54
55 -x --borderless
56 remove border, title, frame (if not supported native).
57
58 -m --menu
59 Add entry "menu text:command" to popdown menu.
60
61 -t --title
62 Show title change for <sec> seconds. Probably most usefull for
63 xmms.
64
65 -g --geometry
66 initial position. see man X.
67
68 -k --key [Modifier:]Key
69 create a keyboard shortcut.
70 Modifier -> "Shift", "Control", "Alt", "AltGr"
71 Key -> "a", "F1", "End" ...
72 or "Keycode" (Number) returned by the program "xev"
73
74 -nt --notray
75 display no tray icon (useful only with the "--key" option).
76
77 -nm --nominimize
78 click on window close button: do not minimize back to system
79 tray, close.
80
81 -conf --configure
82 show KDE configuration dialog.
83
84
85
87 http://alltray.trausch.us
88
89
91 This manual page was written by Carlos C Soto <csoto@sia-solutions.com>
92 for the GNU/Linux system (but may be used by others). Permission is
93 granted to copy, distribute and/or modify this document under the terms
94 of the GNU General Public License, Version 2 any later version pub‐
95 lished by the Free Software Foundation.
96
97 AllTray (C) 2005, Jochen Baier <email@jochen-baier.de>
98
99
100
101Version 0.71 2010-02-07 ALLTRAY(1)