-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathncTelegram.conf
64 lines (53 loc) · 1.25 KB
/
ncTelegram.conf
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
[general]
path_telegram = /usr/bin/telegram-cli
path_pubkey = /etc/telegram-cli/server.pub
# Notification on hl (needs X and libnotify)
notification = True
# Ninja mode allows you to be invisible, no 'typing', online or read status are sent
ninja_mode = False
# Print inline images (uses libcaca)
inline_image = True
# Open file with default software (xgd-open)
open_file = True
# Date format, here some examples:
# date_format = %d/%m/%Y
# date_format = %A %d %B
date_format = %x
[style]
# available colors are : (bold and underline can also be used)
# black
# dark red
# dark green
# brown
# dark blue
# dark magenta
# dark cyan
# light gray
# dark gray
# light red
# light green
# yellow
# light blue
# light magenta
# light cyan
# white
status_bar_fg = bold, white
status_bar_bg = dark gray
date = light green
hour = dark gray
separator = dark gray
cur_chan = light green
users_color = dark red, dark green, brown, dark blue, dark magenta, dark cyan, light green, yellow, light blue, light magenta, light cyan, white
user_color = light green
[keymap]
left = h
right = l
up = k
down = j
insert_text = i
line_break = ctrl r
quit = q
open_file = ctrl o
next_chan = ctrl n
prev_chan = ctrl p
hide_chanlist = ctrl b