edd1cf941dd9616d30696f6f889538df1a374067
[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 ;
52 ; PGN format & Game List
53 ;
54 -pgnExtendedInfo true
55 -saveOutOfBookInfo true
56 -gameListTags "eprd"
57 ;
58 ; Engines & adjudicatons in engine-engine games
59 ;
60 -firstChessProgram fairymax
61 -secondChessProgram fairymax
62 -niceEngines 0
63 -polyglotDir ""
64 -adapterCommand 'polyglot -noini -ec "%fcp" -ed "%fd" -uci NalimovCache=%defaultCacheSizeEGTB'
65 -defaultPathEGTB "/egtb"
66 -egtFormats ""
67 -testClaims true
68 -checkMates true
69 -materialDraws true
70 -trivialDraws false
71 ;
72 ; Configure the ICS text menu
73 ;
74 -icsMenu {Give me;ptell Please give me $input;
75 Avoid;ptell Please don't let him get $input;
76 Q;$add a Queen $input;
77 R;$add a Rook $input;
78 B;$add a Bishop $input;
79 N;$add a Knight $input;
80 P;$add a Pawn $input;
81 Dead;ptell I will be checkmated;
82 MultiLine;
83 set open 0
84 set seek 0
85 set tell 1;
86 Kill;ptell I will checkmate him!;
87 Who;who;\r
88 Finger (name);finger $name;\r
89 Players;players;\r
90 Vars (name);vars $name;\r
91 Games;games;\r
92 Observe (name);observe $name;\r
93 Sought;sought;\r
94 Match (name);match $name;\r
95 Tell (name);tell $name $input;\r
96 Play (name);play $name;\r
97 Message (name);message $name $input;\r
98 }
99 ;
100 ; Save user settings.
101 ; Must be last in file to make user options prevail over system-wide settings!
102 ;
103 -saveSettingsOnExit true
104 -saveSettingsFile "~/.xboardrc"
105 -settingsFile "~/.xboardrc"
106 ;
107 ; Turn -inc into a volatile option, to prevent a persistent increment >= 0 dominating a command-line -mps
108 ;
109 -inc -1
110