! $Id: xconsole,v 1.2 2021/06/26 17:58:55 nanons Exp $
!
! xconsole(1) configuration
! NOTE: Resources for the xconsole(1) window started at the login
! prompt must be appended to /etc/X11/xenodm/Xresources instead!
!
! xconsole(1) intercepts messages sent to the console.  If any kernel
! messages were missed, they can be viewed again using dmesg(8)
!
! More resources are listed in the Xaw(3) manual

! Position window at the bottom of the screen, showing only one line
! NOTE: For this to take effect, the "-geometry ..." option must be
! removed from the "xconsole" line in /etc/X11/xenodm/Xsetup_0!
XConsole*geometry: 480x32+0--14

! Disable scrollbar (use arrow keys to scroll up and down)
! With the geometry setting above scrolling down is required to see
! the whole log, as scrolling up only displays every other line, because
! the last line, which is normally blank, is moved off-screen
XConsole*text.scrollVertical: Never

! Disable border
XConsole*borderWidth: 0

! Wrap text instead of requiring horizontal scrolling
!XConsole*text.wrap: word
