Advertisement
discrust

config.json | IdentiCurse

Oct 2nd, 2012 (edited)
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.57 KB | None | 0 0
  1. {
  2.     "initial_tabs": "home|mentions|direct|sentdirect|favourites|!debian|!irssi|public",
  3.     "keys": {
  4.         "qreply": [
  5.             "l"
  6.         ],
  7.         "scrollbottom": [
  8.             "G"
  9.         ],
  10.         "creply": [
  11.             "d"
  12.         ],
  13.         "pageup": [
  14.             "b"
  15.         ],
  16.         "scrolldown": [
  17.             "j"
  18.         ],
  19.         "scrollup": [
  20.             "k"
  21.         ],
  22.         "pagedown": [
  23.             " "
  24.         ],
  25.         "cfav": [
  26.             "f"
  27.         ],
  28.         "scrolltop": [
  29.             "g"
  30.         ]
  31.     },
  32.     "enable_colours": true,
  33.     "colours": {
  34.         "statusbar": ["green", "none"],
  35.         "tabbar": ["white", "black"],
  36.         "tabbar_active": ["black", "white"],
  37.         "source": ["none", "none"],
  38.         "selector": ["green", "none"],
  39.         "username": ["red", "none"],
  40.         "notice_count": ["green", "none"],
  41.         "tag": ["green", "none"],
  42.         "group": ["green", "none"],
  43.         "pause_line": ["green", "none"],
  44.         "time": ["green", "none"]
  45.     },
  46.     "status_slogans": true,
  47.     "long_dent": "split",
  48.     "compact_notices": false,
  49.     "notice_limit": 40,
  50.     "notify": "flash",
  51.     "update_interval": 60,
  52.     "aliases": {
  53.         "/rt": "/repeat",
  54.         "/favorites": "/favourites",
  55.         "/set": "/config",
  56.         "/gm": "/groupmember",
  57.         "/gl": "/groupleave",
  58.         "/fav": "/favourite",
  59.         "/gj": "/groupjoin",
  60.         "/gleave": "/groupleave",
  61.         "/personal": "/home",
  62.         "/outbox": "/sentdirects",
  63.         "/find": "/search",
  64.         "/replies": "/mentions",
  65.         "/g": "/group",
  66.         "/f": "/favourite",
  67.         "/d": "/direct",
  68.         "/c": "/context",
  69.         "/b": "/block",
  70.         "/unf": "/unfavourite",
  71.         "/fs": "/favourites",
  72.         "/favs": "/favourites",
  73.         "/sayagain": "/repeat",
  74.         "/unb": "/unblock",
  75.         "/u": "/user",
  76.         "/t": "/tag",
  77.         "/s": "/search",
  78.         "/r": "/reply",
  79.         "/p": "/profile",
  80.         "/gmember": "/groupmember",
  81.         "/sub": "/subscribe",
  82.         "/links": "/link *",
  83.         "/unfav": "/unfavourite",
  84.         "/sr": "/spamreport",
  85.         "/unfavorite": "/unfavourite",
  86.         "/dm": "/direct",
  87.         "/nuke": "/spamreport",
  88.         "/friends": "/home",
  89.         "/unsub": "/unsubscribe",
  90.         "/favorite": "/favourite",
  91.         "/?": "/search",
  92.         "/gjoin": "/groupjoin",
  93.         "/del": "/delete",
  94.         "/inbox": "/directs"
  95.     },
  96.     "browser": "iceweasel '%s'"
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement