1LINEAK_XOSDPLUGIN(1) General Commands Manual LINEAK_XOSDPLUGIN(1)
2
3
4
6 lineak_xosdplugin - On Screen Display plugin for the lineakd daemon
7
8
10 LinEAK, Linux support for Easy Access and Internet Keyboards, features
11 X11 support, windowmanager independence, ability to configure all keys
12 through GUI or .conf file, volume control and sound controls.
13
14 This plugin contains an interface to the XOSD display method to provide
15 visual feedback when a user presses a key.
16
17 lineakd is the daemon that runs in the background of an X session and
18 listens to incoming events from multimedia buttons.
19
20
22 The xosd plugin requires the following to be added to your configura‐
23 tion file: Display_plugin = xosd
24
25 The plugin also understands the following config file directives:
26
27 Display_font - This needs to be set to a font with an X style name. The
28 default font is: -adobe-helvetica-bold-r-normal-*-*-240-*-*-p-*-*-*
29
30 Display_color - This needs to be set to a numeric color identifier. You
31 can get a color identifier from a program like kcolorchooser. The
32 default color is: 0aff00
33
34 Display_timeout - This is the amount of time that the display stays on
35 the screen in seconds. The default is 3 seconds.
36
37 Display_pos - This is the horizonal position of the display. Valid val‐
38 ues are: top, middle or bottom. The default is bottom.
39
40 Display_align - This is the vertical alignment of the display. Valid
41 values are: left, center or right. The default is center.
42
43 Display_hoffset - This is a number in pixels to offset the horizontal
44 positioning of the display with respect to the Display_pos position.
45 The default is 0.
46
47 Display_voffset - This is a number in pixels to offset the vertical
48 positioning of the display with respect to the Display_align alignment.
49 The default is 50.
50
51 Display_soffset - This is a number in pixels to offset the drop shadow‐
52 ing for the display text. The default is 1.
53
54
56 $HOME/.lineak/lineakd.conf
57 Personal configuration file.
58
60 lineakd(1), lineak_kdeplugins(1), lineak_defaultplugin(1).
61
63 lineak_xosdplugin was written by Sheldon Lee-Wen <leewsb@hotmail.com>.
64
65
66
67 December 23, 2003 LINEAK_XOSDPLUGIN(1)