Update weechat config to reflect 1.7.0 release
This commit is contained in:
parent
68613dd3e1
commit
f1b2171142
14 changed files with 98 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
||||||
#
|
#
|
||||||
# weechat -- alias.conf
|
# weechat -- alias.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
|
||||||
|
#
|
||||||
|
|
||||||
[cmd]
|
[cmd]
|
||||||
AAWAY = "allserv /away"
|
AAWAY = "allserv /away"
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
#
|
#
|
||||||
# weechat -- aspell.conf
|
# weechat -- aspell.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]
|
[color]
|
||||||
misspelled = 1
|
misspelled = 1
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
#
|
#
|
||||||
# weechat -- buffers.conf
|
# weechat -- buffers.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]
|
[color]
|
||||||
current_bg = 240
|
current_bg = 240
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
#
|
#
|
||||||
# weechat -- charset.conf
|
# weechat -- charset.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
|
||||||
|
#
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
decode = "iso-8859-1"
|
decode = "iso-8859-1"
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
#
|
#
|
||||||
# weechat -- exec.conf
|
# weechat -- exec.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
|
||||||
|
#
|
||||||
|
|
||||||
[command]
|
[command]
|
||||||
default_options = ""
|
default_options = ""
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
#
|
#
|
||||||
# weechat -- irc.conf
|
# weechat -- irc.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
|
||||||
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
buffer_open_before_autojoin = on
|
buffer_open_before_autojoin = on
|
||||||
|
@ -138,6 +145,7 @@ ssl_dhkey_size = 2048
|
||||||
ssl_fingerprint = ""
|
ssl_fingerprint = ""
|
||||||
ssl_priorities = "NORMAL:-VERS-SSL3.0"
|
ssl_priorities = "NORMAL:-VERS-SSL3.0"
|
||||||
ssl_verify = on
|
ssl_verify = on
|
||||||
|
usermode = ""
|
||||||
username = ""
|
username = ""
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
|
@ -166,6 +174,7 @@ snoonet.nicks_alternate
|
||||||
snoonet.username
|
snoonet.username
|
||||||
snoonet.realname
|
snoonet.realname
|
||||||
snoonet.local_hostname
|
snoonet.local_hostname
|
||||||
|
snoonet.usermode
|
||||||
snoonet.command
|
snoonet.command
|
||||||
snoonet.command_delay
|
snoonet.command_delay
|
||||||
snoonet.autojoin
|
snoonet.autojoin
|
||||||
|
@ -205,6 +214,7 @@ freenode.nicks_alternate
|
||||||
freenode.username
|
freenode.username
|
||||||
freenode.realname
|
freenode.realname
|
||||||
freenode.local_hostname
|
freenode.local_hostname
|
||||||
|
freenode.usermode
|
||||||
freenode.command
|
freenode.command
|
||||||
freenode.command_delay
|
freenode.command_delay
|
||||||
freenode.autojoin
|
freenode.autojoin
|
||||||
|
@ -244,6 +254,7 @@ synirc.nicks_alternate
|
||||||
synirc.username
|
synirc.username
|
||||||
synirc.realname
|
synirc.realname
|
||||||
synirc.local_hostname
|
synirc.local_hostname
|
||||||
|
synirc.usermode
|
||||||
synirc.command
|
synirc.command
|
||||||
synirc.command_delay
|
synirc.command_delay
|
||||||
synirc.autojoin
|
synirc.autojoin
|
||||||
|
@ -283,6 +294,7 @@ rizon.nicks_alternate
|
||||||
rizon.username
|
rizon.username
|
||||||
rizon.realname
|
rizon.realname
|
||||||
rizon.local_hostname
|
rizon.local_hostname
|
||||||
|
rizon.usermode
|
||||||
rizon.command
|
rizon.command
|
||||||
rizon.command_delay
|
rizon.command_delay
|
||||||
rizon.autojoin
|
rizon.autojoin
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
#
|
#
|
||||||
# weechat -- iset.conf
|
# weechat -- iset.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]
|
[color]
|
||||||
bg_selected = red
|
bg_selected = red
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
#
|
#
|
||||||
# weechat -- logger.conf
|
# weechat -- logger.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
|
||||||
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
backlog = 20
|
backlog = 20
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
#
|
#
|
||||||
# weechat -- plugins.conf
|
# weechat -- plugins.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
|
||||||
|
#
|
||||||
|
|
||||||
[var]
|
[var]
|
||||||
fifo.fifo = "on"
|
fifo.fifo = "on"
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
#
|
#
|
||||||
# weechat -- relay.conf
|
# weechat -- relay.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
|
||||||
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
auto_open_buffer = on
|
auto_open_buffer = on
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
#
|
#
|
||||||
# weechat -- script.conf
|
# weechat -- script.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
|
||||||
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
columns = "%s %n %V %v %u | %d | %t"
|
columns = "%s %n %V %v %u | %d | %t"
|
||||||
|
|
Binary file not shown.
|
@ -1,6 +1,13 @@
|
||||||
#
|
#
|
||||||
# weechat -- trigger.conf
|
# weechat -- trigger.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
|
||||||
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
enabled = on
|
enabled = on
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
#
|
#
|
||||||
# weechat -- weechat.conf
|
# weechat -- weechat.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
|
||||||
|
#
|
||||||
|
|
||||||
[debug]
|
[debug]
|
||||||
|
|
||||||
|
@ -13,6 +20,7 @@ sys_rlimit = ""
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
align_end_of_lines = message
|
align_end_of_lines = message
|
||||||
|
align_multiline_words = on
|
||||||
bar_more_down = "▼"
|
bar_more_down = "▼"
|
||||||
bar_more_left = "◀"
|
bar_more_left = "◀"
|
||||||
bar_more_right = "▶"
|
bar_more_right = "▶"
|
||||||
|
@ -238,7 +246,7 @@ buffers.color_fg = default
|
||||||
buffers.conditions = ""
|
buffers.conditions = ""
|
||||||
buffers.filling_left_right = vertical
|
buffers.filling_left_right = vertical
|
||||||
buffers.filling_top_bottom = columns_vertical
|
buffers.filling_top_bottom = columns_vertical
|
||||||
buffers.hidden = off
|
buffers.hidden = on
|
||||||
buffers.items = "buffers"
|
buffers.items = "buffers"
|
||||||
buffers.position = top
|
buffers.position = top
|
||||||
buffers.priority = 0
|
buffers.priority = 0
|
||||||
|
|
Loading…
Reference in a new issue