Improve SAN of Pawn moves and allow Betza e.p. definition
[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 -evalGraphW 300
34 -evalGraphH 150
35 -stickyWindows false
36 ;
37 ; Behavior
38 ;
39 -sweepPromotions true
40 -pieceMenu false
41 -showTargetSquares true
42 -seekGraph true
43 -soundProgram "aplay -q"
44 -soundDirectory "@soundsdir@"
45 -soundTell phone.wav
46 -soundChallenge gong.wav
47 -soundMove woodthunk.wav
48 -soundRoar roar.wav
49 -soundIcsAlarm penalty.wav
50 -pasteSelection false
51 -keepLineBreaksICS false
52 -timeDelay 1
53 -autoDisplayComment true
54 -autoDisplayTags true
55 -lowTimeWarning false
56 -icsAlarm false
57 -icsAlarmTime 5000
58 -msLoginDelay 0
59 -delayBeforeQuit 0
60 -delayAfterQuit 0
61 -defaultTourneyName "Tourney_%y%M%d_%h%m.trn"
62 -variations true
63 -appendPV true
64 -memoHeaders true
65 -autoInstall "ALL"
66 ;
67 ; PGN format & Game List
68 ;
69 -pgnExtendedInfo true
70 -saveOutOfBookInfo true
71 -gameListTags "eprd"
72 ;
73 ; Engines & adjudicatons in engine-engine games
74 ;
75 -firstChessProgram fairymax
76 -firstChessProgramNames {fairymax
77 "Fruit 2.1" -fcp fruit -fUCI
78 "Crafty" -fcp crafty
79 "GNU Chess" -fcp gnuchess
80 }
81 -niceEngines 0
82 -polyglotDir ""
83 -adapterCommand 'polyglot -noini -ec "%fcp" -ed "%fd" -uci NalimovCache=%defaultCacheSizeEGTB -pg ShowTbHits=true'
84 -defaultPathEGTB "/egtb"
85 -egtFormats ""
86 -testClaims true
87 -checkMates true
88 -materialDraws true
89 -trivialDraws false
90 ;
91 ; preconfigure some ICS nams, for use with -is option
92 ;
93 -icsNames {"fics" -icshost freechess.org -icshelper timeseal
94 "icc" -icshost chessclub.com -icshelper timestamp
95 "kc" -icshost alanimus.com -icshelper timeseal
96 }
97 ;
98 ; Configure the ICS text menu
99 ;
100 -icsMenu {Give me;ptell Please give me $input;
101 Avoid;ptell Please don't let him get $input;
102 Q;$add a Queen $input;
103 R;$add a Rook $input;
104 B;$add a Bishop $input;
105 N;$add a Knight $input;
106 P;$add a Pawn $input;
107 Dead;ptell I will be checkmated;
108 MultiLine;
109 set open 0
110 set seek 0
111 set tell 1;
112 Kill;ptell I will checkmate him!;
113 Who;who;
114 Finger (name);finger $name;
115 Players;players;
116 Vars (name);vars $name;
117 Games;games;
118 Observe (name);observe $name;
119 Sought;sought;
120 Match (name);match $name;
121 Tell (name);tell $name $input;
122 Play (name);play $name;
123 Message (name);message $name $input;
124 Copy;$copy;
125 Open Chat Box (name);$chat;
126 }
127 ;
128 ; pre-define some themes
129 ;
130 -themeNames {"native" -ubt false -pid "" -trueColors false -flipBlack false -overrideLineGap -1
131 "classic" -ubt false -lsc #c8c365 -dsc #77a26d -pid "" -wpc #ffffcc -bpc #202020 -hsc #ffff00 -phc #ff0000 -overrideLineGap -1 -flipBlack false
132 "wood" -ubt true -lbtf ~~/themes/textures/wood_l.png -dbtf ~~/themes/textures/wood_d.png -pid ""  -hsc #ffff00 -phc #ff0000 -overrideLineGap 1
133 "diagram" -ubt true -lbtf "" -dbtf ~~/themes/textures/hatch.png -lsc #ffffff -wpc #ffffff -bpc #000000 -pid "" -hsc #808080 -phc #808080 -trueColors false -overrideLineGap 1
134 "icy" -ubt false -lsc #ffffff -dsc #80ffff -pid "" -wpc #f1f8f8 -bpc #202020 -hsc #0000ff -phc #ff0000
135 # ORIENTAL THEMES
136 "shogi" -ubt true  -lbtf ~~/themes/textures/wood_d.png -dbtf ~~/themes/textures/wood_d.png -pid ~~/themes/shogi -trueColors true -hsc #ffff00 -phc #0080ff -overrideLineGap 1
137 "xiangqi" -ubt true  -lbtf ~~/themes/textures/xqboard.png -dbtf ~~/themes/textures/xqboard.png -pid ~~/themes/xiangqi -trueColors true -hsc #ffff00 -phc #ff0000 -overrideLineGap 0
138 "chu shogi" -ubt false -lsc #ff8040 -dsc #ff8040 -pid ~~/themes/chu -trueColors true -hsc #0000ff -phc #00ff00
139 # end
140 }
141 ;
142 ; Save user settings.
143 ; Must be last in file to make user options prevail over system-wide settings!
144 ;
145 -saveSettingsOnExit true
146 -saveSettingsFile "~/.xboardrc"
147 -settingsFile "~/.xboardrc"
148