1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
=head1 NAME
kdocker - dock any application in the system tray
=head1 SYNOPSIS
B<kdocker> [I<options>]I<>
=head1 DESCRIPTION
KDocker is a program that will dock any application to the system tray
=head1 OPTIONS
=over
=item B<-a>
Show author information
=item B<-b>
Suppress the warning dialog when docking non-normal windows (blind mode)
=item B<-d> I<secs>
Maximum time in seconds to allow for a command to start and open a window
[default: 5 seconds]
=item B<-e> I<type>
Name matching syntax. Choices are:
n = normal, substring matching [default]
r = regex (regular expression)
u = unix wildcard
w = wildcard
x = W3C XML Schema 1.1
=item B<-f>
Dock window that has focus (active window)
=item B<-h>
Display this help, then exit
=item B<-i> I<file>
Custom icon path
=item B<-I> I<file>
Custom attention icon path. This icon is set if the title
of the application window changes while it is iconified.
=item B<-j>
Case sensitive name (title) matching
=item B<-k>
Regex minimal matching
=item B<-l>
Iconify when focus lost
=item B<-m>
Keep application window showing (don't hide on dock)
=item B<-n> I<name>
Match window based on its title
=item B<-o>
Iconify when obscured by other windows
=item B<-p> I<secs>
By default, when the title of the application changes,
a popup is displayed from the system tray for 4 seconds
Works well with music players
=item B<-q>
Disable ballooning title changes (quiet)
=item B<-r>
Remove this application from the pager
=item B<-s>
Make the window sticky (appears on all desktops)
=item B<-t>
Remove this application from the taskbar
=item B<-v, --version>
Show the KDocker version string, then exit
=item B<-w> I<wid>
Window id of the application to dock
Assumes hex number of the form 0x###...
=item B<-x> I<pid>
Process id of the application to dock
Assumes decimal number of the form ###...
=back
=head1 AUTHOR
KDocker was written by Girish Ramakrishnan
Revised and maintained by John Schember
=head1 REPORTING BUGS
Bugs and wishes to the L<KDocker Home Page|https://github.com/user-none/KDocker>
|