Configure XBoard to use wood board texture by default
[xboard.git] / xboard.conf
1 ;
2 ; xboard 4.5 Save Settings file
3 ;
4 ; This file contains the system-wide settings of XBoard, in so far they
5 ; deviate from the compiled-in defaults, and are not settable through menus,
6 ; to comfort users that have no history of xboard usage.
7 ; You can edit the values of options that are already set in this file,
8 ; or add other options that you think are convenient as defaults for all users.
9 ; This file is not automatically overwritten, because it redefines the
10 ; -saveSettingsFile to .xboardrc in the user's home directory, so that
11 ; user settings will be saved in a place the user has write access to.
12 ;
13 ; Looks
14 ;
15 -internetChessServerInputBox false
16 -titleInWindow false
17 -showButtonBar true
18 -moveHistoryUp false
19 -evalGraphUp false
20 -engineOutputUp false
21 -monoMode false
22 -flashCount 0
23 -flashRate 5
24 -fontSizeTolerance 4
25 -pixmapDirectory ""
26 -bitmapDirectory ""
27 -liteBackTextureFile "/usr/share/games/xboard/wood_l.xpm"
28 -darkBackTextureFile "/usr/share/games/xboard/wood_d.xpm"
29 -overrideLineGap 1
30 ;
31 ; Behavior
32 ;
33 -soundProgram "aplay -q"
34 -pasteSelection false
35 -keepLineBreaksICS false
36 -timeDelay 1
37 -autoDisplayComment true
38 -autoDisplayTags true
39 -lowTimeWarning false
40 -icsAlarm false
41 -icsAlarmTime 5000
42 -msLoginDelay 0
43 -delayBeforeQuit 0
44 -delayAfterQuit 0
45 ;
46 ; PGN format & Game List
47 ;
48 -pgnExtendedInfo true
49 -saveOutOfBookInfo true
50 -gameListTags "eprd"
51 ;
52 ; Engines & adjudicatons in engine-engine games
53 ;
54 -firstChessProgram fairymax
55 -secondChessProgram fairymax
56 -niceEngines 0
57 -polyglotDir ""
58 -defaultPathEGTB "/egtb"
59 -egtFormats ""
60 -testClaims true
61 -checkMates true
62 -materialDraws true
63 -trivialDraws false
64 ;
65 ; Save user settings.
66 ; Must be last in file to make user options prevail over system-wide settings!
67 ;
68 -saveSettingsOnExit true
69 -saveSettingsFile "~/.xboardrc"
70 -settingsFile "~/.xboardrc"
71 ;
72 ; Turn -inc into a volatile option, to prevent a persistent increment >= 0 dominating a command-line -mps
73 ;
74 -inc -1
75