Remove font settings from master settings file
[xboard.git] / xboard.conf
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 ;
28 ; Behavior
29 ;
30 -soundProgram "aplay -q"
31 -pasteSelection false
32 -keepLineBreaksICS false
33 -timeDelay 1
34 -autoDisplayComment true
35 -autoDisplayTags true
36 -lowTimeWarning false
37 -icsAlarm false
38 -icsAlarmTime 5000
39 -msLoginDelay 0
40 -delayBeforeQuit 0
41 -delayAfterQuit 0
42 ;
43 ; PGN format & Game List
44 ;
45 -pgnExtendedInfo true
46 -saveOutOfBookInfo true
47 -gameListTags "eprd"
48 ;
49 ; Engines & adjudicatons in engine-engine games
50 ;
51 -firstChessProgram fairymax
52 -secondChessProgram fairymax
53 -niceEngines 0
54 -polyglotDir ""
55 -defaultPathEGTB "/egtb"
56 -egtFormats ""
57 -testClaims true
58 -checkMates true
59 -materialDraws true
60 -trivialDraws false
61 ;
62 ; Save user settings.
63 ; Must be last in file to make user options prevail over system-wide settings!
64 ;
65 -saveSettingsOnExit true
66 -saveSettingsFile "~/.xboardrc"
67 -settingsFile "~/.xboardrc"
68