1;
2; xboard 4.8 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-size 49
16-internetChessServerInputBox false
17-titleInWindow false
18-showButtonBar true
19-moveHistoryUp false
20-evalGraphUp false
21-engineOutputUp false
22-monoMode false
23-flashCount 0
24-flashRate 5
25-fontSizeTolerance 4
26-useBoardTexture true
27-liteBackTextureFile  "~~/themes/textures/wood_l.png"
28-darkBackTextureFile  "~~/themes/textures/wood_d.png"
29-overrideLineGap 1
30-highlightMoveWithArrow true
31-recentEngines 4
32-gameListW 500
33-gameListH 300
34-evalGraphW 300
35-evalGraphH 150
36-stickyWindows false
37;
38; Behavior
39;
40-sweepPromotions true
41-pieceMenu false
42-showTargetSquares true
43-seekGraph true
44-soundProgram ""
45-soundDirectory "~~/sounds"
46-soundTell phone.wav
47-soundChallenge gong.wav
48-soundMove woodthunk.wav
49-soundRoar roar.wav
50-soundIcsAlarm penalty.wav
51-pasteSelection false
52-keepLineBreaksICS false
53-timeDelay 1
54-autoDisplayComment true
55-autoDisplayTags true
56-lowTimeWarning false
57-icsAlarm false
58-icsAlarmTime 5000
59-msLoginDelay 0
60-delayBeforeQuit 0
61-delayAfterQuit 0
62-defaultTourneyName "Tourney_%y%M%d_%h%m.trn"
63-variations true
64-appendPV true
65-memoHeaders true
66-autoInstall "ALL"
67;
68; PGN format & Game List
69;
70-pgnExtendedInfo true
71-saveOutOfBookInfo true
72-gameListTags "eprd"
73;
74; Engines & adjudicatons in engine-engine games
75;
76-firstChessProgram
77-firstChessProgramNames {}
78-niceEngines 0
79-polyglotDir ""
80-adapterCommand 'polyglot -noini -ec "%fcp" -ed "%fd" -uci NalimovCache=%defaultCacheSizeEGTB -pg ShowTbHits=true'
81-defaultPathEGTB "/egtb"
82-egtFormats ""
83-testClaims true
84-checkMates true
85-materialDraws true
86-trivialDraws false
87;
88; preconfigure some ICS nams, for use with -is option
89;
90-icsNames {"fics" -icshost freechess.org -icshelper timeseal
91"icc" -icshost chessclub.com -icshelper timestamp
92"kc" -icshost alanimus.com -icshelper timeseal
93}
94;
95; Configure the ICS text menu
96;
97-icsMenu {Give me;ptell Please give me $input;
98Avoid;ptell Please don't let him get $input;
99Q;$add a Queen $input;
100R;$add a Rook $input;
101B;$add a Bishop $input;
102N;$add a Knight $input;
103P;$add a Pawn $input;
104Dead;ptell I will be checkmated;
105MultiLine;
106set open 0
107set seek 0
108set tell 1;
109Kill;ptell I will checkmate him!;
110Who;who;
111Finger (name);finger $name;
112Players;players;
113Vars (name);vars $name;
114Games;games;
115Observe (name);observe $name;
116Sought;sought;
117Match (name);match $name;
118Tell (name);tell $name $input;
119Play (name);play $name;
120Message (name);message $name $input;
121Copy;$copy;
122Open Chat Box (name);$chat;
123}
124;
125; pre-define some themes
126;
127-themeNames {"native" -ubt false -pid "" -trueColors false -flipBlack false -overrideLineGap -1
128"classic" -ubt false -lsc #c8c365 -dsc #77a26d -pid "" -wpc #ffffcc -bpc #202020 -hsc #ffff00 -phc #ff0000 -overrideLineGap -1 -flipBlack false
129"wood" -ubt true -lbtf ~~/themes/textures/wood_l.png -dbtf ~~/themes/textures/wood_d.png -pid ""  -hsc #ffff00 -phc #ff0000 -overrideLineGap 1
130"diagram" -ubt true -lbtf "" -dbtf ~~/themes/textures/hatch.png -lsc #ffffff -wpc #ffffff -bpc #000000 -pid "" -hsc #808080 -phc #808080 -trueColors false -overrideLineGap 1
131"icy" -ubt false -lsc #ffffff -dsc #80ffff -pid "" -wpc #f1f8f8 -bpc #202020 -hsc #0000ff -phc #ff0000
132# ORIENTAL THEMES
133"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
134"xiangqi" -ubt true  -lbtf ~~/themes/textures/xqboard.png -dbtf ~~/themes/textures/xqboard.png -pid ~~/themes/xiangqi -trueColors true -hsc #ffff00 -phc #ff0000 -overrideLineGap 0
135"chu shogi" -ubt false -lsc #ff8040 -dsc #ff8040 -pid ~~/themes/chu -trueColors true -hsc #0000ff -phc #00ff00
136# end
137}
138;
139; Save user settings.
140; Must be last in file to make user options prevail over system-wide settings!
141;
142-saveSettingsOnExit true
143-saveSettingsFile "~/.xboardrc"
144-settingsFile "~/.xboardrc"
145
146