1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Weechat updated config again

This commit is contained in:
Ryan Kes 2019-09-25 18:51:32 +02:00
parent 009f4b5639
commit ac678c61c2
4 changed files with 42 additions and 1 deletions

View File

@ -47,4 +47,9 @@ backlog_since_last_message = off
backlog_tags = "irc_privmsg" backlog_tags = "irc_privmsg"
backlog_time_format = "[%H:%M] " backlog_time_format = "[%H:%M] "
[weechat]
commands = ""
[port] [port]
[path]

View File

@ -0,0 +1,33 @@
#
# weechat -- spell.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[color]
misspelled = lightred
suggestion = default
suggestion_delimiter_dict = cyan
suggestion_delimiter_word = cyan
[check]
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
default_dict = ""
during_search = off
enabled = off
real_time = off
suggestions = -1
word_min_length = 2
[dict]
[look]
suggestion_delimiter_dict = " / "
suggestion_delimiter_word = ","
[option]

View File

@ -35,6 +35,7 @@ buffer_search_force_default = off
buffer_search_regex = off buffer_search_regex = off
buffer_search_where = prefix_message buffer_search_where = prefix_message
buffer_time_format = "%H:%M:%S" buffer_time_format = "%H:%M:%S"
buffer_time_same = ""
color_basic_force_bold = off color_basic_force_bold = off
color_inactive_buffer = on color_inactive_buffer = on
color_inactive_message = on color_inactive_message = on
@ -111,6 +112,7 @@ prefix_join = "-->"
prefix_network = " " prefix_network = " "
prefix_quit = "<--" prefix_quit = "<--"
prefix_same_nick = "“↳”" prefix_same_nick = "“↳”"
prefix_same_nick_middle = ""
prefix_suffix = "╡" prefix_suffix = "╡"
quote_nick_prefix = "<" quote_nick_prefix = "<"
quote_nick_suffix = ">" quote_nick_suffix = ">"

View File

@ -31,7 +31,8 @@ fast_send = on
own_ip = "" own_ip = ""
port_range = "" port_range = ""
send_ack = on send_ack = on
speed_limit = 0 speed_limit_recv = 0
speed_limit_send = 0
timeout = 300 timeout = 300
[file] [file]