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