From a4c8b9c47860717c1b3d2961eec042eb47f3cc2d Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Mon, 29 Nov 2010 18:01:38 +0100 Subject: [PATCH] Configure XBoard to use wood board texture by default The texture pixmaps are sought in /usr/share/games/xboard, with names wood_l.pm and wood_d.xpm. I guess the " make install" should be adapted to put them there. XBoard is resitent to non-existence of the files, btw. It simply ignores the arguments in that case. --- xboard.conf | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/xboard.conf b/xboard.conf index e2ae0ea..807b739 100644 --- a/xboard.conf +++ b/xboard.conf @@ -24,6 +24,9 @@ -fontSizeTolerance 4 -pixmapDirectory "" -bitmapDirectory "" +-liteBackTextureFile "/usr/share/games/xboard/wood_l.xpm" +-darkBackTextureFile "/usr/share/games/xboard/wood_d.xpm" +-overrideLineGap 1 ; ; Behavior ; -- 1.7.0.4