• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

admin/H07-May-2022-27,93823,132

admin.new_build_system/H07-May-2022-

autom4te.cache/H24-May-2006-52,04846,735

po/H07-May-2022-443333

xosd_plugin/H07-May-2022-1,5321,131

AUTHORSH A D22-Dec-200337 21

COPYINGH A D22-Dec-200317.6 KiB341281

ChangeLogH A D22-Dec-20030

INSTALLH A D22-Dec-20036.8 KiB168129

Makefile.amH A D14-Jun-2004864 2516

Makefile.distH A D22-Dec-2003450 1513

Makefile.inH A D24-May-200622.9 KiB747608

READMEH A D16-Jan-20041.7 KiB2015

acinclude.m4H A D24-May-2006351.9 KiB11,43110,142

aclocal.m4H A D24-May-200634.5 KiB934799

config.h.inH A D24-May-20061.8 KiB7449

configureH A D03-May-2022722.4 KiB23,31418,763

configure.filesH A D24-May-200616 21

configure.inH A D24-May-20062.9 KiB10085

configure.in.inH A D24-May-20061.5 KiB6148

configure.in.in.oldH A D24-May-20061.5 KiB6148

lineak_xosdplugin-mdk.specH A D04-Sep-20042.1 KiB7856

lineak_xosdplugin.specH A D28-Feb-20052.1 KiB6953

stamp-h.inH A D24-May-20060

subdirsH A D24-May-200615 32

README

1       lineak_xosdplugin - On Screen Display plugin for the lineakd daemon
2
3Requirements
4       The  xosd  plugin requires the following to be added to your configura-
5       tion file: Display_plugin = xosd
6
7       The plugin also understands the following config file directives:
8
9       Display_font - This needs to be set to a font with an X style name. The default font is: "-adobe-helvetica-bold-r-normal-*-*-240-*-*-p-*-*-*"
10       Display_color - This needs to be set to a numeric color identifier. You can get a color identifier from a program like kcolorchooser. The default color is: "0aff00"
11       Display_timeout - This is the amount of time that the display stays on the screen in seconds. The default is 3 seconds.
12       Display_pos - This is the horizonal position of the display. Valid values are: top, middle or bottom. The default is bottom.
13       Display_align - This is the vertical alignment of the display. Valid values are: left, center or right. The default is center.
14       Display_hoffset - This is a number in pixels to offset the horizontal positioning of the display with respect to the Display_pos position. The default is 0.
15       Display_voffset - This is a number in pixels to offset the vertical positioning of the display with respect to the Display_align alignment. The default is 50.
16       Display_soffset - This is a number in pixels to offset the drop shadowing for the display text. The default is 1.
17
18Known Bugs
19       If the font that is set cannot be found, then you can problems upon exit. xosd_close may segfault, causing lineakd to segfault. I am trying to minimize this by falling back to the default font if it cannot be set, but you may still have errors.
20