socializer/src/session.defaults

36 lines
1.0 KiB
Plaintext
Raw Normal View History

2016-02-13 17:06:36 -06:00
[vk]
user = string(default="")
password = string(default="")
token = string(default="")
secret = string(default="")
use_alternative_tokens = boolean(default=False)
invited_to_group = boolean(default=False)
2016-02-13 17:06:36 -06:00
[general]
reverse_timelines = boolean(default=False)
load_images = boolean(default=True)
update_channel = string(default="stable")
[buffers]
2016-05-24 17:48:22 -05:00
count_for_wall_buffers = integer(default=100)
count_for_video_buffers = integer(default=200)
count_for_audio_buffers = integer(default=1000)
2016-05-24 17:48:22 -05:00
[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")
[chat]
notify_online = boolean(default=True)
notify_offline = boolean(default=True)
open_unread_conversations = boolean(default=True)
automove_to_conversations = boolean(default=True)
notifications = string(default="custom")
[load_at_startup]
audio_albums = boolean(default=False)
video_albums = boolean(default=False)
communities = boolean(default=False)