/etc/X11/app-defaults/KXterm is in kxterm 20061220+dfsg3-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ! Use light gray widgets instead of the hideous default blue
KXterm*background: gray
KXterm*foreground: black
! and decent fonts instead of "fixed"
KXterm*fontList: *-helvetica-medium-r-normal*-120-*
KXterm*XmText*fontList: *-courier-medium-r-normal*-120-*
! and make the transcript pad a reasonable size
KXterm*outputForm.height: 200
! and give the window a logical name
KXterm*kuipIo_shell.title: KXterm
KXterm*kuipIo_shell.iconName: KXterm
|