Configure arrow highlighting as default in XBoard
[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 -liteBackTextureFile "/usr/share/games/xboard/wood_l.xpm"
28 -darkBackTextureFile "/usr/share/games/xboard/wood_d.xpm"
29 -overrideLineGap 0
30 -highlightMoveWithArrow true
31 ;
32 ; Behavior
33 ;
34 -soundProgram "aplay -q"
35 -pasteSelection false
36 -keepLineBreaksICS false
37 -timeDelay 1
38 -autoDisplayComment true
39 -autoDisplayTags true
40 -lowTimeWarning false
41 -icsAlarm false
42 -icsAlarmTime 5000
43 -msLoginDelay 0
44 -delayBeforeQuit 0
45 -delayAfterQuit 0
46 ;
47 ; PGN format & Game List
48 ;
49 -pgnExtendedInfo true
50 -saveOutOfBookInfo true
51 -gameListTags "eprd"
52 ;
53 ; Engines & adjudicatons in engine-engine games
54 ;
55 -firstChessProgram fairymax
56 -secondChessProgram fairymax
57 -niceEngines 0
58 -polyglotDir ""
59 -adapterCommand 'polyglot -noini -ec "%fcp" -ed "%fd" -uci NalimovCache=%defaultCacheSizeEGTB'
60 -defaultPathEGTB "/egtb"
61 -egtFormats ""
62 -testClaims true
63 -checkMates true
64 -materialDraws true
65 -trivialDraws false
66 ;
67 ; Save user settings.
68 ; Must be last in file to make user options prevail over system-wide settings!
69 ;
70 -saveSettingsOnExit true
71 -saveSettingsFile "~/.xboardrc"
72 -settingsFile "~/.xboardrc"
73 ;
74 ; Turn -inc into a volatile option, to prevent a persistent increment >= 0 dominating a command-line -mps
75 ;
76 -inc -1
77