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