package screenpager::Pref_0; use strict; use warnings; =pod =head1 DESCRIPTION User preferences for screenpager. Screenpager looks for a copy of this file at the following locations, in order of precedence: $ENV{'HOME'}/.config/screenpager/Pref_0.pm /etc/xdg/screenpager/Pref_0.pm =cut # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Appearance and behaviour of on-screen (summary) display. # our %display = ( font => '-monotype-arial black-medium-r-normal--*-400-*-*-p-*-iso8859-1', # font => '-monotype-impact-medium-r-condensed--*-340-*-*-p-*-iso8859-1', # font => '-b&h-luxi sans-bold-r-normal--*-340-*-*-p-*-iso8859-1', #### FIX, allow unspecified, so osd_cat uses its default font -- or find a font that's always there for user... fill_colour => '#0DF', # of glyph interiors outline_colour => 'black', # of glyph outlines outline_thickness => 2, # pixels duration => 4, # seconds # default for "display on" ); 1;