Configuration written to $XDG_CONFIG_HOME/.config/gurk/gurk.toml or Library/Application Support/gurk/gurk.toml. Options are declared at https://github.com/boxdot/gurk-rs/blob/main/src/config.rs. Note that data_path
and signal_db_path
should be set.
Declarations
Type
TOML value
Default
{ }
Example
{
data_path = "/home/USERNAME/.local/share/gurk/gurk.data.json";
signal_db_path = "/home/USERNAME/.local/share/gurk/signal-db";
first_name_only = false;
show_receipts = true;
notifications = true;
bell = true;
colored_messages = false;
default_keybindings = true;
user = {
name = "MYNAME";
phone_number = "MYNUMBER";
};
keybindings = { };
}