mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
newsflash: add config
This commit is contained in:
parent
eadfb150d8
commit
71c6fb9b86
1 changed files with 98 additions and 0 deletions
98
config/news-flash/newsflash_gtk.json
Normal file
98
config/news-flash/newsflash_gtk.json
Normal file
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue