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