Fixed a few typos in settings file, changed progressbars to true by default.
This commit is contained in:
parent
26c6e32c59
commit
998c63cc71
@ -29,7 +29,7 @@ genericPlayFileCommand=play -q -v fenrirVolume fenrirSoundFile
|
|||||||
genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine fenrirFrequence
|
genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine fenrirFrequence
|
||||||
|
|
||||||
# Enable progress bar monitoring with ascending tones by default
|
# Enable progress bar monitoring with ascending tones by default
|
||||||
progressMonitoring=False
|
progressMonitoring=True
|
||||||
|
|
||||||
[speech]
|
[speech]
|
||||||
# Turn speech on or off:
|
# Turn speech on or off:
|
||||||
@ -166,7 +166,7 @@ autoPresentIndent=False
|
|||||||
# 1 = sound only
|
# 1 = sound only
|
||||||
# 2 = speak only
|
# 2 = speak only
|
||||||
autoPresentIndentMode=1
|
autoPresentIndentMode=1
|
||||||
# play a sound when attributes are changeing
|
# play a sound when attributes change
|
||||||
hasAttributes=True
|
hasAttributes=True
|
||||||
# shell for PTY emulatiun (empty = default shell)
|
# shell for PTY emulatiun (empty = default shell)
|
||||||
shell=
|
shell=
|
||||||
@ -220,7 +220,7 @@ quickMenu=speech#rate;speech#pitch;speech#volume
|
|||||||
# Each pattern should be on a separate line, format: customPatterns=pattern1,pattern2,pattern3
|
# Each pattern should be on a separate line, format: customPatterns=pattern1,pattern2,pattern3
|
||||||
# Examples:
|
# Examples:
|
||||||
# For PS1='[\u@\h \W] \$ ' use: \[.*@.*\s.*\]\s*[$#>]\s*
|
# For PS1='[\u@\h \W] \$ ' use: \[.*@.*\s.*\]\s*[$#>]\s*
|
||||||
# For "[storm@fenrir ~] $" use: \[.*@.*\s.*\]\s*[$#>]\s*
|
# For "[user@hostname ~] $" use: \[.*@.*\s.*\]\s*[$#>]\s*
|
||||||
# For custom prompts ending with specific strings, use patterns like: .*your_prompt_ending$
|
# For custom prompts ending with specific strings, use patterns like: .*your_prompt_ending$
|
||||||
customPatterns=
|
customPatterns=
|
||||||
|
|
||||||
@ -231,7 +231,7 @@ customPatterns=
|
|||||||
exactMatches=
|
exactMatches=
|
||||||
|
|
||||||
[time]
|
[time]
|
||||||
# automatic time anouncement
|
# automatic time announcement
|
||||||
enabled=False
|
enabled=False
|
||||||
# present time
|
# present time
|
||||||
presentTime=True
|
presentTime=True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user