configure: renamed bitmapdir to pixmapsdir, since it installed only pixmaps. also...
[xboard.git] / xboard.conf.in
1 ;
2 ; xboard 4.5 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 -liteBackTextureFile  "@pixmapsdir@/wood_l.xpm"
28 -darkBackTextureFile  "@pixmapsdir@/wood_d.xpm"
29 -overrideLineGap 1
30 -highlightMoveWithArrow true
31 ;
32 ; Behavior
33 ;
34 -soundProgram "aplay -q"
35 -soundDirectory "@pixmapsdir@/sounds"
36 -pasteSelection false
37 -keepLineBreaksICS false
38 -timeDelay 1
39 -autoDisplayComment true
40 -autoDisplayTags true
41 -lowTimeWarning false
42 -icsAlarm false
43 -icsAlarmTime 5000
44 -msLoginDelay 0
45 -delayBeforeQuit 0
46 -delayAfterQuit 0
47 ;
48 ; PGN format & Game List
49 ;
50 -pgnExtendedInfo true
51 -saveOutOfBookInfo true
52 -gameListTags "eprd"
53 ;
54 ; Engines & adjudicatons in engine-engine games
55 ;
56 -firstChessProgram fairymax
57 -secondChessProgram fairymax
58 -niceEngines 0
59 -polyglotDir ""
60 -adapterCommand 'polyglot -noini -ec "%fcp" -ed "%fd" -uci NalimovCache=%defaultCacheSizeEGTB'
61 -defaultPathEGTB "/egtb"
62 -egtFormats ""
63 -testClaims true
64 -checkMates true
65 -materialDraws true
66 -trivialDraws false
67 ;
68 ; Configure the ICS text menu
69 ;
70 -icsMenu {Give me;ptell Please give me $input;
71 Avoid;ptell Please don't let him get $input;
72 Q;$add a Queen $input;
73 R;$add a Rook $input;
74 B;$add a Bishop $input;
75 N;$add a Knight $input;
76 P;$add a Pawn $input;
77 Dead;ptell I will be checkmated;
78 MultiLine;
79 set open 0
80 set seek 0
81 set tell 1;
82 Kill;ptell I will checkmate him!;
83 Who;who;\r
84 Finger (name);finger $name;\r
85 Players;players;\r
86 Vars (name);vars $name;\r
87 Games;games;\r
88 Observe (name);observe $name;\r
89 Sought;sought;\r
90 Match (name);match $name;\r
91 Tell (name);tell $name $input;\r
92 Play (name);play $name;\r
93 Message (name);message $name $input;\r
94 }
95 ;
96 ; Save user settings.
97 ; Must be last in file to make user options prevail over system-wide settings!
98 ;
99 -saveSettingsOnExit true
100 -saveSettingsFile "~/.xboardrc"
101 -settingsFile "~/.xboardrc"
102 ;
103 ; Turn -inc into a volatile option, to prevent a persistent increment >= 0 dominating a command-line -mps
104 ;
105 -inc -1
106