4d312f4c8772f9a4c5dcb86010320de1e5a9b8e8
[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 -soundRoar roar.wav
47 -soundIcsAlarm penalty.wav
48 -pasteSelection false
49 -keepLineBreaksICS false
50 -timeDelay 1
51 -autoDisplayComment true
52 -autoDisplayTags true
53 -lowTimeWarning false
54 -icsAlarm false
55 -icsAlarmTime 5000
56 -msLoginDelay 0
57 -delayBeforeQuit 0
58 -delayAfterQuit 0
59 -defaultTourneyName "Tourney_%y%M%d_%h%m.trn"
60 -variations true
61 -appendPV true
62 ;
63 ; PGN format & Game List
64 ;
65 -pgnExtendedInfo true
66 -saveOutOfBookInfo true
67 -gameListTags "eprd"
68 ;
69 ; Engines & adjudicatons in engine-engine games
70 ;
71 -firstChessProgram fairymax
72 -secondChessProgram fairymax
73 -firstChessProgramNames {fairymax
74 "Fruit 2.1" -fcp fruit -fUCI
75 "Crafty" -fcp crafty
76 "GNU Chess" -fcp gnuchess
77 }
78 -niceEngines 0
79 -polyglotDir ""
80 -adapterCommand 'polyglot -noini -ec "%fcp" -ed "%fd" -uci NalimovCache=%defaultCacheSizeEGTB'
81 -defaultPathEGTB "/egtb"
82 -egtFormats ""
83 -testClaims true
84 -checkMates true
85 -materialDraws true
86 -trivialDraws false
87 ;
88 ; preconfigure some ICS nams, for use with -is option
89 ;
90 -icsNames {"fics" -icshost freechess.org -icshelper timeseal
91 "icc" -icshost chessclub.com -icshelper timestamp
92 "kc" -icshost alanimus.com -icshelper timeseal
93 }
94 ;
95 ; Configure the ICS text menu
96 ;
97 -icsMenu {Give me;ptell Please give me $input;
98 Avoid;ptell Please don't let him get $input;
99 Q;$add a Queen $input;
100 R;$add a Rook $input;
101 B;$add a Bishop $input;
102 N;$add a Knight $input;
103 P;$add a Pawn $input;
104 Dead;ptell I will be checkmated;
105 MultiLine;
106 set open 0
107 set seek 0
108 set tell 1;
109 Kill;ptell I will checkmate him!;
110 Who;who;
111 Finger (name);finger $name;
112 Players;players;
113 Vars (name);vars $name;
114 Games;games;
115 Observe (name);observe $name;
116 Sought;sought;
117 Match (name);match $name;
118 Tell (name);tell $name $input;
119 Play (name);play $name;
120 Message (name);message $name $input;
121 }
122 ;
123 ; Save user settings.
124 ; Must be last in file to make user options prevail over system-wide settings!
125 ;
126 -saveSettingsOnExit true
127 -saveSettingsFile "~/.xboardrc"
128 -settingsFile "~/.xboardrc"
129