From 71c6fb9b86aa615f5b4c16bb3d491aaaddf8b56e Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Sun, 6 Apr 2025 16:20:40 +0300 Subject: [PATCH] newsflash: add config --- config/news-flash/newsflash_gtk.json | 98 ++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 config/news-flash/newsflash_gtk.json diff --git a/config/news-flash/newsflash_gtk.json b/config/news-flash/newsflash_gtk.json new file mode 100644 index 0000000..07583c6 --- /dev/null +++ b/config/news-flash/newsflash_gtk.json @@ -0,0 +1,98 @@ +{ + "general": { + "keep_running_in_background": false, + "autostart": false, + "sync_on_startup": false, + "sync_on_metered": false, + "sync_every": { + "Predefined": "HalfHour" + } + }, + "advanced": { + "proxy": [], + "accept_invalid_certs": false, + "accept_invalid_hostnames": false, + "inspect_article_view": false, + "article_view_load_images": true, + "ping_url": [ + "http://example.com/", + "https://google.com/" + ] + }, + "feed_list": { + "order": "Alphabetical", + "only_show_relevant": false + }, + "article_list": { + "order": "NewestFirst", + "show_thumbnails": true, + "hide_future_articles": true + }, + "article_view": { + "theme": "Spring" + }, + "keybindings": { + "general": { + "refresh": "r", + "search": "F", + "all_articles": "1", + "only_unread": "2", + "only_starred": "3" + }, + "article_view": { + "scroll_up": "k", + "scroll_down": "j", + "scrap_content": "C", + "tag": "T", + "fullscreen": "f" + }, + "article_list": { + "next": "j", + "prev": "k", + "read": "R", + "mark": "s", + "open": "o", + "copy_url": "C" + }, + "feed_list": { + "next": "J", + "prev": "K", + "toggle_expanded": "l", + "read": "a" + } + }, + "share": { + "pocket_enabled": false, + "instapaper_enabled": false, + "twitter_enabled": false, + "mastodon_enabled": false, + "reddit_enabled": false, + "telegram_enabled": false, + "clipboard_enabled": false, + "custom_enabled": false, + "custom_name": null, + "custom_url": null + }, + "feeds": { + "feed/13": { + "inline_math": null, + "scrap_content": true + }, + "feed/40": { + "inline_math": null, + "scrap_content": false + }, + "feed/29": { + "inline_math": null, + "scrap_content": true + }, + "feed/42": { + "inline_math": null, + "scrap_content": false + }, + "feed/27": { + "inline_math": null, + "scrap_content": true + } + } +} \ No newline at end of file