Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

[sidebar]

Sidebar settings for Halloy.

unread_indicator

Unread buffer indicator style.

# Type: string # Values: "dot", "title", "none" # Default: "dot" [sidebar] unread_indicator = "dot"

position

Sidebar position within the application window.

# Type: string # Values: "left", "top", "right", "bottom" # Default: "left" [sidebar] position = "left"

max_width

Specify sidebar max width in pixels. Only used if position is "left" or "right".

# Type: integer # Values: any positive integer # Default: not set [sidebar] max_width = 200

show_menu_button

Show or hide the user menu button in the sidebar.

# Type: bool # Values: true, false # Default: true [sidebar] show_menu_button = true

order_by

Ordering that servers are listed in the sidebar uses to select from matching users.

  • "config": The same order they are specified in the configuration file.
  • "alpha": Case-insensitive alphabetical ordering.
# Type: string # Values: "alpha", "config" # Default: "alpha" [sidebar] order_by = "config"