2 ; xboard 4.8 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.
16 -internetChessServerInputBox false
27 -liteBackTextureFile "~~/themes/textures/wood_l.png"
28 -darkBackTextureFile "~~/themes/textures/wood_d.png"
30 -highlightMoveWithArrow true
42 -showTargetSquares true
44 -soundProgram "aplay -q"
45 -soundDirectory "~~/sounds"
47 -soundChallenge gong.wav
48 -soundMove woodthunk.wav
50 -soundIcsAlarm penalty.wav
52 -keepLineBreaksICS false
54 -autoDisplayComment true
62 -defaultTourneyName "Tourney_%y%M%d_%h%m.trn"
68 ; PGN format & Game List
71 -saveOutOfBookInfo true
74 ; Engines & adjudicatons in engine-engine games
76 -firstChessProgram fairymax
77 -firstChessProgramNames {fairymax
78 "Fruit 2.1" -fcp fruit -fUCI
80 "GNU Chess" -fcp gnuchess
84 -adapterCommand 'polyglot -noini -ec "%fcp" -ed "%fd" -uci NalimovCache=%defaultCacheSizeEGTB -pg ShowTbHits=true'
85 -defaultPathEGTB "/egtb"
92 ; preconfigure some ICS nams, for use with -is option
94 -icsNames {"fics" -icshost freechess.org -icshelper timeseal
95 "icc" -icshost chessclub.com -icshelper timestamp
96 "kc" -icshost alanimus.com -icshelper timeseal
99 ; Configure the ICS text menu
101 -icsMenu {Give me;ptell Please give me $input;
102 Avoid;ptell Please don't let him get $input;
103 Q;$add a Queen $input;
104 R;$add a Rook $input;
105 B;$add a Bishop $input;
106 N;$add a Knight $input;
107 P;$add a Pawn $input;
108 Dead;ptell I will be checkmated;
113 Kill;ptell I will checkmate him!;
115 Finger (name);finger $name;
117 Vars (name);vars $name;
119 Observe (name);observe $name;
121 Match (name);match $name;
122 Tell (name);tell $name $input;
123 Play (name);play $name;
124 Message (name);message $name $input;
126 Open Chat Box (name);$chat;
129 ; pre-define some themes
131 -themeNames {"native" -ubt false -pid "" -trueColors false -flipBlack false -overrideLineGap -1
132 "classic" -ubt false -lsc #c8c365 -dsc #77a26d -pid "" -wpc #ffffcc -bpc #202020 -hsc #ffff00 -phc #ff0000 -overrideLineGap -1 -flipBlack false
133 "wood" -ubt true -lbtf ~~/themes/textures/wood_l.png -dbtf ~~/themes/textures/wood_d.png -pid "" -hsc #ffff00 -phc #ff0000 -overrideLineGap 1
134 "diagram" -ubt true -lbtf "" -dbtf ~~/themes/textures/hatch.png -lsc #ffffff -wpc #ffffff -bpc #000000 -pid "" -hsc #808080 -phc #808080 -trueColors false -overrideLineGap 1
135 "icy" -ubt false -lsc #ffffff -dsc #80ffff -pid "" -wpc #f1f8f8 -bpc #202020 -hsc #0000ff -phc #ff0000
137 "shogi" -ubt true -lbtf ~~/themes/textures/wood_d.png -dbtf ~~/themes/textures/wood_d.png -pid ~~/themes/shogi -trueColors true -hsc #ffff00 -phc #0080ff -overrideLineGap 1
138 "xiangqi" -ubt true -lbtf ~~/themes/textures/xqboard.png -dbtf ~~/themes/textures/xqboard.png -pid ~~/themes/xiangqi -trueColors true -hsc #ffff00 -phc #ff0000 -overrideLineGap 0
139 "chu shogi" -ubt false -lsc #ff8040 -dsc #ff8040 -pid ~~/themes/chu -trueColors true -hsc #0000ff -phc #00ff00
143 ; Save user settings.
144 ; Must be last in file to make user options prevail over system-wide settings!
146 -saveSettingsOnExit true
147 -saveSettingsFile "~/.xboardrc"
148 -settingsFile "~/.xboardrc"