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