Make sounds dialog for XBoard
[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  "@bitmapdir@/wood_l.xpm"
28 -darkBackTextureFile  "@bitmapdir@/wood_d.xpm"
29 -overrideLineGap 1
30 -highlightMoveWithArrow true
31 ;
32 ; Behavior
33 ;
34 -soundProgram "aplay -q"
35 -soundDirectory @bitmapdir@/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 ; Save user settings.
69 ; Must be last in file to make user options prevail over system-wide settings!
70 ;
71 -saveSettingsOnExit true
72 -saveSettingsFile "~/.xboardrc"
73 -settingsFile "~/.xboardrc"
74 ;
75 ; Turn -inc into a volatile option, to prevent a persistent increment >= 0 dominating a command-line -mps
76 ;
77 -inc -1
78