2) Added man page from Debian packaging repo 3) Added application icon 4) Installed xpm icons Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>pull/2/head
parent
88fbf7e81a
commit
64509425b3
@ -1,45 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *tdedocker_xpm[]={
|
|
||||||
"27 24 18 1",
|
|
||||||
". c None",
|
|
||||||
"b c #6e6e6e",
|
|
||||||
"g c #727272",
|
|
||||||
"h c #777777",
|
|
||||||
"i c #7a7a7a",
|
|
||||||
"e c #7b7b7b",
|
|
||||||
"f c #7c7c7c",
|
|
||||||
"# c #7d7d7d",
|
|
||||||
"d c #7e7e7e",
|
|
||||||
"c c #7f7f7f",
|
|
||||||
"j c #808080",
|
|
||||||
"n c #818181",
|
|
||||||
"a c #828282",
|
|
||||||
"l c #838383",
|
|
||||||
"m c #848484",
|
|
||||||
"k c #858585",
|
|
||||||
"o c #868686",
|
|
||||||
"p c #898989",
|
|
||||||
"...........................",
|
|
||||||
"...###.....a...............",
|
|
||||||
"..##b##...aaa..............",
|
|
||||||
"..##.c#..ada...............",
|
|
||||||
"..##e###afc................",
|
|
||||||
"...gh#f###a...........dda..",
|
|
||||||
"......ei###..........dddda.",
|
|
||||||
".....aafc###.........dddda.",
|
|
||||||
"....aaja.e###.........daa..",
|
|
||||||
"....aaa...####........daa..",
|
|
||||||
"...aaa.....###a.......daa..",
|
|
||||||
"....a.......d##k......cca..",
|
|
||||||
".............##al.....dca..",
|
|
||||||
"..............#aac....fca..",
|
|
||||||
"...............jaaj..#fma..",
|
|
||||||
"................naanaa#aa..",
|
|
||||||
".................kaaaana...",
|
|
||||||
"..................aaaao....",
|
|
||||||
".................aajamp....",
|
|
||||||
"..........a....aaaaaaco....",
|
|
||||||
".........aaaaaaaaaaa.......",
|
|
||||||
"........aaammlalaa.........",
|
|
||||||
".........aaaaaa............",
|
|
||||||
"..........a................"};
|
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@ -0,0 +1,5 @@
|
|||||||
|
INSTALL(
|
||||||
|
FILES ${PROJECT_NAME}.1
|
||||||
|
DESTINATION ${MAN_INSTALL_DIR}/man1
|
||||||
|
COMPONENT doc
|
||||||
|
)
|
@ -0,0 +1,68 @@
|
|||||||
|
.TH TDEDOCKER 1
|
||||||
|
.SH NAME
|
||||||
|
tdedocker \- puts everything to traybar
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B tdedocker
|
||||||
|
.RI [ options ]
|
||||||
|
.br
|
||||||
|
.SH DESCRIPTION
|
||||||
|
This manual page documents briefly the
|
||||||
|
.B tdedocker
|
||||||
|
command.
|
||||||
|
.PP
|
||||||
|
\fBtdedocker\fP is a program that puts every application to the system tray.
|
||||||
|
.SH OPTIONS
|
||||||
|
These programs follow the usual GNU command line syntax, with long
|
||||||
|
options starting with two dashes (`-').
|
||||||
|
A summary of options is included below.
|
||||||
|
.TP
|
||||||
|
.B \-a
|
||||||
|
Show author information. Yup, about me.
|
||||||
|
.TP
|
||||||
|
.B \-b
|
||||||
|
Suppress the warning dialog when docking non-normal windows (blind mode)
|
||||||
|
.TP
|
||||||
|
.B \-d
|
||||||
|
Disable session management. TDEDocker will not attempt to redock this application when you relogin.
|
||||||
|
.TP
|
||||||
|
.B \-e
|
||||||
|
Enable session management. TDEDocker will attempt to redock this application when you relogin. .B[default]
|
||||||
|
.TP
|
||||||
|
.B \-f
|
||||||
|
Dock window that has the focus(active window).
|
||||||
|
.TP
|
||||||
|
.B \-i "icon"
|
||||||
|
Custom dock icon.
|
||||||
|
.TP
|
||||||
|
.B \-h
|
||||||
|
Show summary of options.
|
||||||
|
.TP
|
||||||
|
.B \-l
|
||||||
|
Launch on startup
|
||||||
|
.TP
|
||||||
|
.B \-m
|
||||||
|
Keep application window mapped (dont hide on dock)
|
||||||
|
.TP
|
||||||
|
.B \-o
|
||||||
|
Dock when obscured
|
||||||
|
.TP
|
||||||
|
.B \-p "secs"
|
||||||
|
By default, when the title of the application changes, it is ballooned from the system tray for 4 seconds. Works excellently with xmms
|
||||||
|
.TP
|
||||||
|
.B \-q
|
||||||
|
Disable ballooning title changes (quiet)
|
||||||
|
.TP
|
||||||
|
.B \-t
|
||||||
|
Remove this application from the task bar
|
||||||
|
.TP
|
||||||
|
.B \-v, \-\-version
|
||||||
|
Show version of program.
|
||||||
|
.TP
|
||||||
|
.B \-w "wid"
|
||||||
|
Window id of the application to dock
|
||||||
|
.br
|
||||||
|
.SH AUTHOR
|
||||||
|
tdedocker was written by Girish Ramakrishnan (gramakri@uiuc.edu).
|
||||||
|
.PP
|
||||||
|
This manual page was written by Lorenzo Villani <arbiter@arbiterlab.net>,
|
||||||
|
for the Ubuntu project (but may be used by others).
|
Loading…
Reference in new issue