From ddf46e8989d9f02b1fc669189765573504f3613c Mon Sep 17 00:00:00 2001 From: Jerry Aldrich Date: Fri, 3 Jul 2020 20:07:17 -0700 Subject: [PATCH] Modify default message style --- config.json.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 6043fbc..92e2a0f 100644 --- a/config.json.example +++ b/config.json.example @@ -14,6 +14,7 @@ { "name": "Radioactive", "url": "static/themes/radioactive" }, { "name": "Sky", "url": "static/themes/sky" } ], + "useMonospace": true, "startupOptions" : { "server": "irc.yourserver.com", "port": 6697, @@ -24,5 +25,8 @@ "greetingText": "Welcome. Happy Hacking!", "infoBackground": "", "infoContent": "" - } + }, + "buffers": { + "messageLayout": "inline", + } }