Install svg pieces in themes/default
[xboard.git] / xboard.conf.in
1 ;
2 ; xboard 4.6 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 -useBoardTexture true
26 -fallbackPieceImageDirectory "@svgdir@"
27 -liteBackTextureFile  "@pngdir@/wood_l.png"
28 -darkBackTextureFile  "@pngdir@/wood_d.png"
29 -overrideLineGap 1
30 -highlightMoveWithArrow true
31 -recentEngines 4
32 -gameListW 500
33 -gameListH 300
34 -stickyWindows false
35 ;
36 ; Behavior
37 ;
38 -sweepPromotions true
39 -pieceMenu false
40 -showTargetSquares true
41 -seekGraph true
42 -soundProgram "aplay -q"
43 -soundDirectory "@soundsdir@"
44 -soundTell phone.wav
45 -soundChallenge gong.wav
46 -soundMove woodthunk.wav
47 -soundIcsAlarm penalty.wav
48 -pasteSelection false
49 -keepLineBreaksICS false
50 -timeDelay 1
51 -autoDisplayComment true
52 -autoDisplayTags true
53 -lowTimeWarning false
54 -icsAlarm false
55 -icsAlarmTime 5000
56 -msLoginDelay 0
57 -delayBeforeQuit 0
58 -delayAfterQuit 0
59 -defaultTourneyName "Tourney_%y%M%d_%h%m.trn"
60 ;
61 ; PGN format & Game List
62 ;
63 -pgnExtendedInfo true
64 -saveOutOfBookInfo true
65 -gameListTags "eprd"
66 ;
67 ; Engines & adjudicatons in engine-engine games
68 ;
69 -firstChessProgram fairymax
70 -secondChessProgram fairymax
71 -firstChessProgramNames {fairymax
72 "Fruit 2.1" -fcp fruit -fUCI
73 "Crafty" -fcp crafty
74 "GNU Chess" -fcp gnuchess
75 }
76 -niceEngines 0
77 -polyglotDir ""
78 -adapterCommand 'polyglot -noini -ec "%fcp" -ed "%fd" -uci NalimovCache=%defaultCacheSizeEGTB'
79 -defaultPathEGTB "/egtb"
80 -egtFormats ""
81 -testClaims true
82 -checkMates true
83 -materialDraws true
84 -trivialDraws false
85 ;
86 ; preconfigure some ICS nams, for use with -is option
87 ;
88 -icsNames {"fics" -icshost freechess.org -icshelper timeseal
89 "icc" -icshost chessclub.com -icshelper timestamp
90 "kc" -icshost alanimus.com -icshelper timeseal
91 }
92 ;
93 ; Configure the ICS text menu
94 ;
95 -icsMenu {Give me;ptell Please give me $input;
96 Avoid;ptell Please don't let him get $input;
97 Q;$add a Queen $input;
98 R;$add a Rook $input;
99 B;$add a Bishop $input;
100 N;$add a Knight $input;
101 P;$add a Pawn $input;
102 Dead;ptell I will be checkmated;
103 MultiLine;
104 set open 0
105 set seek 0
106 set tell 1;
107 Kill;ptell I will checkmate him!;
108 Who;who;
109 Finger (name);finger $name;
110 Players;players;
111 Vars (name);vars $name;
112 Games;games;
113 Observe (name);observe $name;
114 Sought;sought;
115 Match (name);match $name;
116 Tell (name);tell $name $input;
117 Play (name);play $name;
118 Message (name);message $name $input;
119 }
120 ;
121 ; Save user settings.
122 ; Must be last in file to make user options prevail over system-wide settings!
123 ;
124 -saveSettingsOnExit true
125 -saveSettingsFile "~/.xboardrc"
126 -settingsFile "~/.xboardrc"
127