Last active 11 hours ago

Revision 39b17465de718a7df592b4a7ecbc45588017878e

halloy_config.toml Raw
1# Halloy config
2# See: https://halloy.chat/configuration.html
3
4check_for_update_on_launch = true
5
6theme = "one_dark"
7
8[font]
9family = "Menlo"
10size = 16
11
12[buffer.channel.nicklist]
13width = 160
14
15[buffer.text_input]
16auto_format = "markdown"
17
18[buffer.typing]
19share = true
20
21[buffer.emojis]
22skin_tone = "light"
23
24[notifications.direct_message]
25sound = "bloop"
26show_toast = true
27show_content = true
28request_attention = true
29
30[notifications.highlight]
31sound = "zone"
32show_toast = true
33show_content = true
34
35[actions.buffer]
36click_channel_name = "replace-pane"
37click_highlight = "replace-pane"
38click_username = "replace-pane"
39local = "replace-pane"
40message_channel = "replace-pane"
41message_user = "replace-pane"
42
43[actions.sidebar]
44buffer = "replace-pane"
45channel = "replace-pane"
46query = "replace-pane"
47