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