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