2 ; xboard 4.6 Save Settings file
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.
15 -internetChessServerInputBox false
26 -liteBackTextureFile "@pngdir@/wood_l.png"
27 -darkBackTextureFile "@pngdir@/wood_d.png"
29 -highlightMoveWithArrow true
39 -showTargetSquares true
41 -soundProgram "aplay -q"
42 -soundDirectory "@soundsdir@"
44 -soundChallenge gong.wav
45 -soundMove woodthunk.wav
47 -soundIcsAlarm penalty.wav
49 -keepLineBreaksICS false
51 -autoDisplayComment true
59 -defaultTourneyName "Tourney_%y%M%d_%h%m.trn"
64 ; PGN format & Game List
67 -saveOutOfBookInfo true
70 ; Engines & adjudicatons in engine-engine games
72 -firstChessProgram fairymax
73 -firstChessProgramNames {fairymax
74 "Fruit 2.1" -fcp fruit -fUCI
76 "GNU Chess" -fcp gnuchess
80 -adapterCommand 'polyglot -noini -ec "%fcp" -ed "%fd" -uci NalimovCache=%defaultCacheSizeEGTB -pg ShowTbHits=true'
81 -defaultPathEGTB "/egtb"
88 ; preconfigure some ICS nams, for use with -is option
90 -icsNames {"fics" -icshost freechess.org -icshelper timeseal
91 "icc" -icshost chessclub.com -icshelper timestamp
92 "kc" -icshost alanimus.com -icshelper timeseal
95 ; Configure the ICS text menu
97 -icsMenu {Give me;ptell Please give me $input;
98 Avoid;ptell Please don't let him get $input;
99 Q;$add a Queen $input;
100 R;$add a Rook $input;
101 B;$add a Bishop $input;
102 N;$add a Knight $input;
103 P;$add a Pawn $input;
104 Dead;ptell I will be checkmated;
109 Kill;ptell I will checkmate him!;
111 Finger (name);finger $name;
113 Vars (name);vars $name;
115 Observe (name);observe $name;
117 Match (name);match $name;
118 Tell (name);tell $name $input;
119 Play (name);play $name;
120 Message (name);message $name $input;
122 Open Chat Box (name);$chat;
125 ; Save user settings.
126 ; Must be last in file to make user options prevail over system-wide settings!
128 -saveSettingsOnExit true
129 -saveSettingsFile "~/.xboardrc"
130 -settingsFile "~/.xboardrc"