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
ยทยทยท 1 +{ 2 + "general": { 3 + "keep_running_in_background": false, 4 + "autostart": false, 5 + "sync_on_startup": false, 6 + "sync_on_metered": false, 7 + "sync_every": { 8 + "Predefined": "HalfHour" 9 + } 10 + }, 11 + "advanced": { 12 + "proxy": [], 13 + "accept_invalid_certs": false, 14 + "accept_invalid_hostnames": false, 15 + "inspect_article_view": false, 16 + "article_view_load_images": true, 17 + "ping_url": [ 18 + "http://example.com/", 19 + "https://google.com/" 20 + ] 21 + }, 22 + "feed_list": { 23 + "order": "Alphabetical", 24 + "only_show_relevant": false 25 + }, 26 + "article_list": { 27 + "order": "NewestFirst", 28 + "show_thumbnails": true, 29 + "hide_future_articles": true 30 + }, 31 + "article_view": { 32 + "theme": "Spring" 33 + }, 34 + "keybindings": { 35 + "general": { 36 + "refresh": "<Control>r", 37 + "search": "<ctl>F", 38 + "all_articles": "<ctl>1", 39 + "only_unread": "<ctl>2", 40 + "only_starred": "<ctl>3" 41 + }, 42 + "article_view": { 43 + "scroll_up": "k", 44 + "scroll_down": "j", 45 + "scrap_content": "<Shift>C", 46 + "tag": "<ctl>T", 47 + "fullscreen": "<Shift><Alt>f" 48 + }, 49 + "article_list": { 50 + "next": "<Alt>j", 51 + "prev": "<Alt>k", 52 + "read": "R", 53 + "mark": "s", 54 + "open": "o", 55 + "copy_url": "<ctl><Shift>C" 56 + }, 57 + "feed_list": { 58 + "next": "<ctl>J", 59 + "prev": "<ctl>K", 60 + "toggle_expanded": "<Control>l", 61 + "read": "<Alt>a" 62 + } 63 + }, 64 + "share": { 65 + "pocket_enabled": false, 66 + "instapaper_enabled": false, 67 + "twitter_enabled": false, 68 + "mastodon_enabled": false, 69 + "reddit_enabled": false, 70 + "telegram_enabled": false, 71 + "clipboard_enabled": false, 72 + "custom_enabled": false, 73 + "custom_name": null, 74 + "custom_url": null 75 + }, 76 + "feeds": { 77 + "feed/13": { 78 + "inline_math": null, 79 + "scrap_content": true 80 + }, 81 + "feed/40": { 82 + "inline_math": null, 83 + "scrap_content": false 84 + }, 85 + "feed/29": { 86 + "inline_math": null, 87 + "scrap_content": true 88 + }, 89 + "feed/42": { 90 + "inline_math": null, 91 + "scrap_content": false 92 + }, 93 + "feed/27": { 94 + "inline_math": null, 95 + "scrap_content": true 96 + } 97 + } 98 +}