TROMjaro 2025.05.11

This commit is contained in:
2025-05-12 01:12:41 +03:00
parent c097334104
commit 2cdb80d345
361 changed files with 7127 additions and 118 deletions

View File

@ -1,46 +1,59 @@
{
"general": {
"keep_running_in_background": true,
"sync_every": "QuaterHour",
"prefer_dark_theme": true
"keep_running_in_background": false,
"autostart": false,
"sync_on_startup": false,
"sync_on_metered": true,
"sync_every": {
"Predefined": "QuaterHour"
}
},
"advanced": {
"proxy": [],
"accept_invalid_certs": false,
"accept_invalid_hostnames": 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": "Manual",
"only_show_relevant": false
},
"article_list": {
"order": "NewestFirst",
"show_thumbnails": false
"show_thumbnails": true,
"hide_future_articles": false
},
"article_view": {
"theme": "Default",
"allow_select": false
"theme": "Default"
},
"keybindings": {
"general": {
"shortcut": "F1",
"refresh": "F5",
"search": "<ctl>F",
"quit": "<ctl>Q",
"all_articles": "<ctl>1",
"only_unread": "<ctl>2",
"only_starred": "<ctl>3"
"only_starred": "<ctl>3",
"quit": "<ctl>Q"
},
"article_view": {
"scroll_up": "I",
"scroll_down": "U",
"scrap_content": "C"
"scrap_content": "<Shift>C",
"tag": "<ctl>T",
"fullscreen": "<Shift><alt>X"
},
"article_list": {
"next": "J",
"prev": "K",
"read": "R",
"mark": "M",
"open": "O"
"open": "O",
"copy_url": "<ctl><Shift>C"
},
"feed_list": {
"next": "<ctl>J",
@ -48,5 +61,18 @@
"toggle_expanded": "C",
"read": "<Shift>A"
}
}
},
"share": {
"pocket_enabled": false,
"instapaper_enabled": false,
"twitter_enabled": false,
"mastodon_enabled": true,
"reddit_enabled": false,
"telegram_enabled": false,
"clipboard_enabled": true,
"custom_enabled": false,
"custom_name": null,
"custom_url": null
},
"feeds": {}
}