1 files changed,
98 insertions(+),
0 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-04-06 16:21:58 +0300
Parent:
eadfb15
A
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": "<Control>r", + "search": "<ctl>F", + "all_articles": "<ctl>1", + "only_unread": "<ctl>2", + "only_starred": "<ctl>3" + }, + "article_view": { + "scroll_up": "k", + "scroll_down": "j", + "scrap_content": "<Shift>C", + "tag": "<ctl>T", + "fullscreen": "<Shift><Alt>f" + }, + "article_list": { + "next": "<Alt>j", + "prev": "<Alt>k", + "read": "R", + "mark": "s", + "open": "o", + "copy_url": "<ctl><Shift>C" + }, + "feed_list": { + "next": "<ctl>J", + "prev": "<ctl>K", + "toggle_expanded": "<Control>l", + "read": "<Alt>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 + } + } +}