mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 11:48:07 -06:00
53 lines
1.8 KiB
Plaintext
53 lines
1.8 KiB
Plaintext
[mastodon]
|
|
access_token = string(default="")
|
|
instance = string(default="")
|
|
user_name = string(default="")
|
|
ignored_clients = list(default=list())
|
|
|
|
[general]
|
|
relative_times = boolean(default=True)
|
|
max_toots_per_call = integer(default=40)
|
|
reverse_timelines = boolean(default=False)
|
|
persist_size = integer(default=0)
|
|
load_cache_in_memory=boolean(default=True)
|
|
show_screen_names = boolean(default=False)
|
|
buffer_order = list(default=list('home', 'local', 'federated', 'mentions', 'dm', 'sent_dm', 'sent','favorites','followers','friends','blocks','muted'))
|
|
boost_mode = string(default="ask")
|
|
|
|
[sound]
|
|
volume = float(default=1.0)
|
|
input_device = string(default="Default")
|
|
output_device = string(default="Default")
|
|
session_mute = boolean(default=False)
|
|
current_soundpack = string(default="default")
|
|
indicate_audio = boolean(default=True)
|
|
indicate_img = boolean(default=True)
|
|
|
|
[other_buffers]
|
|
timelines = list(default=list())
|
|
searches = list(default=list())
|
|
lists = list(default=list())
|
|
favourites_timelines = list(default=list())
|
|
followers_timelines = list(default=list())
|
|
friends_timelines = list(default=list())
|
|
trending_topic_buffers = list(default=list())
|
|
muted_buffers = list(default=list())
|
|
autoread_buffers = list(default=list(mentions, direct_messages, events))
|
|
|
|
[mysc]
|
|
spelling_language = string(default="")
|
|
save_followers_in_autocompletion_db = boolean(default=False)
|
|
save_friends_in_autocompletion_db = boolean(default=False)
|
|
ocr_language = string(default="")
|
|
|
|
[reporting]
|
|
braille_reporting = boolean(default=True)
|
|
speech_reporting = boolean(default=True)
|
|
|
|
[templates]
|
|
toot = string(default="$display_name, $text $image_descriptions $date. $source")
|
|
person = string(default="$display_name (@$screen_name). $followers followers, $following following, $toots toots. Joined $created_at.")
|
|
|
|
[filters]
|
|
|
|
[user-aliases] |