Last active 11 hours ago

Revision 8c28b476f64efb2fc0e67b92675697c5fb624598

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.emojis]
19skin_tone = "light"
20
21[notifications.direct_message]
22sound = "bloop"
23show_toast = true
24show_content = true
25request_attention = true
26
27[notifications.highlight]
28sound = "zone"
29show_toast = true
30show_content = true
31
32[actions.buffer]
33click_channel_name = "replace-pane"
34click_highlight = "replace-pane"
35click_username = "replace-pane"
36local = "replace-pane"
37message_channel = "replace-pane"
38message_user = "replace-pane"
39
40[actions.sidebar]
41buffer = "replace-pane"
42channel = "replace-pane"
43query = "replace-pane"
44