From c9988e1c59800e0217e52d6cdbfb02c7da1c05e0 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 24 Aug 2021 20:59:31 -0400 Subject: settings.sqlite: Auto away off --- diff --git a/.config/gajim/settings.sqlite b/.config/gajim/settings.sqlite index 67c600d..8c30ff3 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}'); +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}'); 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}}'); -- cgit v0.9.1