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", + } }