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