Make fallbackPieceImageDirectory hardcoded
[xboard.git] / xboard.conf.in
1 ;
2 ; xboard 4.6 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 -useBoardTexture true
26 -liteBackTextureFile  "@pngdir@/wood_l.png"
27 -darkBackTextureFile  "@pngdir@/wood_d.png"
28 -overrideLineGap 1
29 -highlightMoveWithArrow true
30 -recentEngines 4
31 -gameListW 500
32 -gameListH 300
33 -stickyWindows false
34 ;
35 ; Behavior
36 ;
37 -sweepPromotions true
38 -pieceMenu false
39 -showTargetSquares true
40 -seekGraph true
41 -soundProgram "aplay -q"
42 -soundDirectory "@soundsdir@"
43 -soundTell phone.wav
44 -soundChallenge gong.wav
45 -soundMove woodthunk.wav
46 -soundIcsAlarm penalty.wav
47 -pasteSelection false
48 -keepLineBreaksICS false
49 -timeDelay 1
50 -autoDisplayComment true
51 -autoDisplayTags true
52 -lowTimeWarning false
53 -icsAlarm false
54 -icsAlarmTime 5000
55 -msLoginDelay 0
56 -delayBeforeQuit 0
57 -delayAfterQuit 0
58 -defaultTourneyName "Tourney_%y%M%d_%h%m.trn"
59 ;
60 ; PGN format & Game List
61 ;
62 -pgnExtendedInfo true
63 -saveOutOfBookInfo true
64 -gameListTags "eprd"
65 ;
66 ; Engines & adjudicatons in engine-engine games
67 ;
68 -firstChessProgram fairymax
69 -secondChessProgram fairymax
70 -firstChessProgramNames {fairymax
71 "Fruit 2.1" -fcp fruit -fUCI
72 "Crafty" -fcp crafty
73 "GNU Chess" -fcp gnuchess
74 }
75 -niceEngines 0
76 -polyglotDir ""
77 -adapterCommand 'polyglot -noini -ec "%fcp" -ed "%fd" -uci NalimovCache=%defaultCacheSizeEGTB'
78 -defaultPathEGTB "/egtb"
79 -egtFormats ""
80 -testClaims true
81 -checkMates true
82 -materialDraws true
83 -trivialDraws false
84 ;
85 ; preconfigure some ICS nams, for use with -is option
86 ;
87 -icsNames {"fics" -icshost freechess.org -icshelper timeseal
88 "icc" -icshost chessclub.com -icshelper timestamp
89 "kc" -icshost alanimus.com -icshelper timeseal
90 }
91 ;
92 ; Configure the ICS text menu
93 ;
94 -icsMenu {Give me;ptell Please give me $input;
95 Avoid;ptell Please don't let him get $input;
96 Q;$add a Queen $input;
97 R;$add a Rook $input;
98 B;$add a Bishop $input;
99 N;$add a Knight $input;
100 P;$add a Pawn $input;
101 Dead;ptell I will be checkmated;
102 MultiLine;
103 set open 0
104 set seek 0
105 set tell 1;
106 Kill;ptell I will checkmate him!;
107 Who;who;
108 Finger (name);finger $name;
109 Players;players;
110 Vars (name);vars $name;
111 Games;games;
112 Observe (name);observe $name;
113 Sought;sought;
114 Match (name);match $name;
115 Tell (name);tell $name $input;
116 Play (name);play $name;
117 Message (name);message $name $input;
118 }
119 ;
120 ; Save user settings.
121 ; Must be last in file to make user options prevail over system-wide settings!
122 ;
123 -saveSettingsOnExit true
124 -saveSettingsFile "~/.xboardrc"
125 -settingsFile "~/.xboardrc"
126