all repos

dotfiles @ 23f079c

my dotfiles

config/news-flash/newsflash_gtk.json (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
  "general": {
    "keep_running_in_background": false,
    "autostart": false,
    "sync_on_startup": true,
    "sync_on_metered": false,
    "sync_every": {
      "Predefined": "QuaterHour"
    }
  },
  "advanced": {
    "proxy": [],
    "accept_invalid_certs": false,
    "accept_invalid_hostnames": false,
    "inspect_article_view": false,
    "article_view_load_images": true,
    "ping_url": [
      "http://example.com/"
    ]
  },
  "feed_list": {
    "order": "Alphabetical",
    "only_show_relevant": false
  },
  "article_list": {
    "order": "NewestFirst",
    "show_thumbnails": true,
    "hide_future_articles": true
  },
  "article_view": {
    "theme": "Default"
  },
  "keybindings": {
    "general": {
      "refresh": "<Control>r",
      "search": "<ctl>F",
      "all_articles": "q",
      "only_unread": "w",
      "only_starred": "e"
    },
    "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": true,
    "clipboard_enabled": true,
    "custom_enabled": false,
    "custom_name": null,
    "custom_url": null
  },
  "feeds": {
    "feed/13": {
      "inline_math": null,
      "scrap_content": true
    },
    "feed/135": {
      "inline_math": null,
      "scrap_content": true
    },
    "feed/27": {
      "inline_math": null,
      "scrap_content": true
    },
    "feed/141": {
      "inline_math": null,
      "scrap_content": true
    },
    "feed/40": {
      "inline_math": null,
      "scrap_content": false
    },
    "feed/75": {
      "inline_math": null,
      "scrap_content": false
    },
    "feed/132": {
      "inline_math": null,
      "scrap_content": true
    }
  }
}