summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/gajim/settings.sqlite2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/gajim/settings.sqlite b/.config/gajim/settings.sqlite
index eb03e5d..347a3a7 100644
--- a/.config/gajim/settings.sqlite
+++ b/.config/gajim/settings.sqlite
@@ -4,7 +4,7 @@ CREATE TABLE settings (
name TEXT UNIQUE,
settings TEXT
);
-INSERT INTO settings VALUES('app','{"roster_x-position": 0, "roster_y-position": 24, "roster_width": 1280, "roster_height": 751, "last_roster_visible": true, "collapsed_rows": "", "emoticons_theme": "font", "one_message_window": "always_with_roster", "roster_hpaned_position": 200, "msgwin-max-state": false, "msgwin-width": 1080, "msgwin-height": 751, "msgwin-x-position": 0, "msgwin-y-position": 24, "positive_184_ack": true, "print_status_in_chats": true, "autoaway": false, "autoxa": false, "time_stamp": "[%a %Y-%m-%d %H:%M:%S]"}');
+INSERT INTO settings VALUES('app','{"roster_x-position": 0, "roster_y-position": 24, "roster_width": 1280, "roster_height": 751, "last_roster_visible": true, "collapsed_rows": "", "emoticons_theme": "font", "one_message_window": "always_with_roster", "roster_hpaned_position": 200, "msgwin-max-state": false, "msgwin-width": 1080, "msgwin-height": 751, "msgwin-x-position": 0, "msgwin-y-position": 24, "positive_184_ack": true, "print_status_in_chats": true, "autoaway": false, "autoxa": false, "time_stamp": "[%a %Y-%m-%d %H:%M:%S]", "tabs_position": "top"}');
INSERT INTO settings VALUES('soundevents','{}');
INSERT INTO settings VALUES('status_presets','{"Sleeping": {"message": "ZZZZzzzzzZZZZZ", "activity": "inactive", "subactivity": "sleeping", "mood": "sleepy"}, "Back soon": {"message": "Back in some minutes."}, "Eating": {"message": "I\u2019m eating.", "activity": "eating", "subactivity": "other"}, "Movie": {"message": "I\u2019m watching a movie.", "activity": "relaxing", "subactivity": "watching_a_movie"}, "Working": {"message": "I\u2019m working.", "activity": "working", "subactivity": "other"}, "Out": {"message": "I\u2019m out enjoying life.", "activity": "relaxing", "subactivity": "going_out"}}');
INSERT INTO settings VALUES('proxies','{"Tor": {"type": "socks5", "host": "localhost", "port": 9050}}');