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