why2-chat 2.0.1

Lightweight, fast and secure chat application powered by WHY2 encryption.
# This is part of WHY2
# Copyright (C) 2022-2026 Václav Šmejkal

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.

# Network
default_port = 1204 # Server port
socks5_enabled = false # Use SOCKS5 proxying
socks5_addr = "127.0.0.1:9150" # Local proxy address

# Auto-connect
auto_connect = false # Automatic connection to 'auto_connect_addr'
auto_connect_addr = "0.0.0.0" # See 'auto_connect'

# Downloads
download_directory = "{HOME}/Downloads/WHY2"

# Voice chat devices (cpal device IDs - set via /settings, or leave blank for the system default)
input_device = ""
output_device = ""

# Voice chat audio (set via /settings)
input_volume = 100 # Microphone volume in percent (0-200)
output_volume = 100 # Playback volume in percent (0-200)
noise_suppression = true # Remove background noise from the microphone
automatic_gain = true # Normalize the microphone level automatically
screen_volume = 100 # Volume of an attached screen share's audio in percent (0-200)

# Colors
disable_colors = false # Disable message colors
username_color = "none" # Color of username (change via command)
message_color = "none" # Color of message (change via command)

# Interface
mouse_capture = true # Capture the mouse for wheel scrolling (disables the terminal's own drag-select)
disable_logo = false # Hide the logo drawn behind the chat

# Other
show_id = false # Show client IDs in chat