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