-
Notifications
You must be signed in to change notification settings - Fork 5
/
weechat.conf
264 lines (263 loc) · 12.4 KB
/
weechat.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
/script install autosort.py
/script install buddylist.pl
/script install buffer_autoset.py
/script install bufsave.py
/script install chanop.py
/script install color_popup.pl
/script install colorize_nicks.py
/script install emoji_aliases.py
/script install emote.scm
/script install filter_ext.pl
/script install go.py
/script install kickban.pl
/script install listbuffer.py
/script install newsbar.pl
/script install otr.py
/script install spell_correction.py
/script install vimode.py
/script install zerotab.py
/script install zncnotice.py
/script install zncplayback.py
/set aspell.check.default_dict "en"
/set aspell.check.enabled on
/set aspell.check.suggestions 0
/set aspell.check.word_min_length 3
/set aspell.color.misspelled red
/set aspell.color.suggestion lightgreen
/set autosort.sorting.replacements "[]"
/set buflist.format.buffer "${format_number}${indent}${format_nick_prefix}${color_hotlist}${name}${format_hotlist}"
/set buflist.format.buffer_current "${color:blue,gray}${format_buffer}"
/set buflist.format.hotlist " ${color:black}(${hotlist}${color:black})"
/set buflist.format.hotlist_highlight "${color:0,red}"
/set buflist.format.hotlist_low "${color:black}"
/set buflist.format.hotlist_message "${color:default}"
/set buflist.format.hotlist_none "${color:gray}"
/set buflist.format.hotlist_private "${color:0,red}"
/set buflist.format.indent " "
/set buflist.format.number ""
/set buflist.look.mouse_move_buffer off
/set buflist.look.nick_prefix on
/set fset.color.line_selected_bg1 black
/set fset.color.name_changed green
/set fset.color.name_changed_selected green
/set fset.color.name_selected default
/set fset.format.option1 "${if:${selected_line}==1?: }${marked} ${name} ${type} ${value2}"
/set fset.look.use_color_value on
/set guile.look.check_license on
/set irc.color.input_nick lightblue
/set irc.color.item_channel_modes darkgray
/set irc.color.item_lag_counting red
/set irc.color.item_nick_modes darkgray
/set irc.color.nick_prefixes "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
/set irc.color.topic_old darkgray
/set irc.look.color_nicks_in_nicklist on
/set irc.look.display_host_join off
/set irc.look.display_host_join_local off
/set irc.look.display_host_quit off
/set irc.look.display_old_topic off
/set irc.look.highlight_channel "$nick,DanielFGray,DANtheBEASTman,dysfigured,ramda,fzf"
/set irc.look.item_nick_modes off
/set irc.look.new_channel_position near_server
/set irc.look.new_pv_position near_server
/set irc.look.nick_mode_empty on
/set irc.look.nicks_hide_password "nickserv,drone,hummingbird"
/set irc.look.notice_as_pv always
/set irc.look.server_buffer independent
/set irc.look.temporary_servers on
/set irc.network.autoreconnect_delay_max 1800
/set irc.network.lag_reconnect 0
/set irc.network.whois_double_nick on
/set javascript.look.check_license on
/set logger.color.backlog_end darkgray
/set logger.color.backlog_line darkgray
/set lua.look.check_license on
/set perl.look.check_license on
/set php.look.check_license on
/set plugins.var.fifo.fifo "on"
/set plugins.var.guile.check_license "on"
/set plugins.var.javascript.check_license "on"
/set plugins.var.lua.check_license "on"
/set plugins.var.lua.emoji.incoming "on"
/set plugins.var.perl.buddylist.buddy.on.server "on"
/set plugins.var.perl.buddylist.buddy.on.server.color "lightgreen"
/set plugins.var.perl.buddylist.buddylist "%h/buddylist.txt"
/set plugins.var.perl.buddylist.callback.timeout "60"
/set plugins.var.perl.buddylist.check.buddies "30"
/set plugins.var.perl.buddylist.color.away "red"
/set plugins.var.perl.buddylist.color.default "black"
/set plugins.var.perl.buddylist.color.number "gray"
/set plugins.var.perl.buddylist.color.offline "black"
/set plugins.var.perl.buddylist.color.online "green"
/set plugins.var.perl.buddylist.color.server "white"
/set plugins.var.perl.buddylist.color.server.offline "hide"
/set plugins.var.perl.buddylist.display.original.nick "on"
/set plugins.var.perl.buddylist.display.social.net "on"
/set plugins.var.perl.buddylist.display.social.net.color "yellow"
/set plugins.var.perl.buddylist.hide.bar "always"
/set plugins.var.perl.buddylist.hide.buddy.if.offline "on"
/set plugins.var.perl.buddylist.hide.server.if.buddies.offline "on"
/set plugins.var.perl.buddylist.hide.servername.in.buddylist "off"
/set plugins.var.perl.buddylist.show.query "on"
/set plugins.var.perl.buddylist.sort "status"
/set plugins.var.perl.buddylist.text.color "white"
/set plugins.var.perl.buddylist.use.redirection "on"
/set plugins.var.perl.check_license "on"
/set plugins.var.perl.colorize_lines.buffers "all"
/set plugins.var.perl.colorize_lines.highlight "off"
/set plugins.var.perl.colorize_lines.ignore_tags "irc_ctcp"
/set plugins.var.perl.colorize_lines.lines "on"
/set plugins.var.perl.colorize_lines.own_lines "on"
/set plugins.var.perl.colorize_lines.tags "irc_privmsg"
/set plugins.var.perl.newsbar.away_only "off"
/set plugins.var.perl.newsbar.bar_auto_hide "on"
/set plugins.var.perl.newsbar.bar_hidden_on_start "1"
/set plugins.var.perl.newsbar.bar_name "newsbar"
/set plugins.var.perl.newsbar.bar_seperator "off"
/set plugins.var.perl.newsbar.bar_title "Highlights"
/set plugins.var.perl.newsbar.bar_visible_lines "5"
/set plugins.var.perl.newsbar.beep_cmd "beep -f %F -l %L"
/set plugins.var.perl.newsbar.beep_duration "20"
/set plugins.var.perl.newsbar.beep_freq_channel "1000"
/set plugins.var.perl.newsbar.beep_freq_msg "1000"
/set plugins.var.perl.newsbar.beep_freq_private "1000"
/set plugins.var.perl.newsbar.beep_remote "off"
/set plugins.var.perl.newsbar.beeps "off"
/set plugins.var.perl.newsbar.color_info_msg_tag "cyan"
/set plugins.var.perl.newsbar.color_privmsg_tag "red"
/set plugins.var.perl.newsbar.color_server_msg_tag "magenta"
/set plugins.var.perl.newsbar.color_status_name "white"
/set plugins.var.perl.newsbar.color_status_number "yellow"
/set plugins.var.perl.newsbar.colored_help "on"
/set plugins.var.perl.newsbar.debug "on"
/set plugins.var.perl.newsbar.format_private "%N@%s"
/set plugins.var.perl.newsbar.format_public "%N.%C@%s"
/set plugins.var.perl.newsbar.highlights_current_channel "off"
/set plugins.var.perl.newsbar.memo_tag_color "yellow"
/set plugins.var.perl.newsbar.most_recent "last"
/set plugins.var.perl.newsbar.nick_flood_max_nicks "6"
/set plugins.var.perl.newsbar.nick_flood_protection "on"
/set plugins.var.perl.newsbar.remove_bar_on_unload "on"
/set plugins.var.perl.newsbar.show_highlights "on"
/set plugins.var.perl.newsbar.show_priv_msg "on"
/set plugins.var.perl.newsbar.show_priv_server_msg "off"
/set plugins.var.perl.spell_menu.complete_near "off"
/set plugins.var.perl.spell_menu.complete_noend "off"
/set plugins.var.perl.spell_menu.no_complete "off"
/set plugins.var.python.chanop.autodeop "on"
/set plugins.var.python.chanop.autodeop_delay "5"
/set plugins.var.python.chanop.default_banmask "host"
/set plugins.var.python.chanop.display_affected "on"
/set plugins.var.python.chanop.enable_bar "on"
/set plugins.var.python.chanop.enable_multi_kick "off"
/set plugins.var.python.chanop.enable_remove "off"
/set plugins.var.python.chanop.op_command "/msg chanserv op $channel $nick"
/set plugins.var.python.check_license "on"
/set plugins.var.python.go.auto_jump "off"
/set plugins.var.python.go.buffer_number "on"
/set plugins.var.python.go.color_name "black,cyan"
/set plugins.var.python.go.color_name_highlight "red,cyan"
/set plugins.var.python.go.color_name_highlight_selected "red,brown"
/set plugins.var.python.go.color_name_selected "black,brown"
/set plugins.var.python.go.color_number "yellow,magenta"
/set plugins.var.python.go.color_number_selected "yellow,red"
/set plugins.var.python.go.fuzzy_search "off"
/set plugins.var.python.go.message "Go to: "
/set plugins.var.python.go.short_name "off"
/set plugins.var.python.go.sort "number,beginning"
/set plugins.var.python.go.use_core_instead_weechat "off"
/set plugins.var.python.listbuffer.autofocus "on"
/set plugins.var.python.listbuffer.channel_min_width "25"
/set plugins.var.python.listbuffer.modes_min_width "8"
/set plugins.var.python.listbuffer.sort_inverted "on"
/set plugins.var.python.listbuffer.sort_order "users"
/set plugins.var.python.listbuffer.users_min_width "8"
/set plugins.var.python.spell_correction.auto_pop_up_item "on"
/set plugins.var.python.spell_correction.auto_replace "on"
/set plugins.var.python.spell_correction.catch_input_completion "on"
/set plugins.var.python.spell_correction.complete_near "0"
/set plugins.var.python.spell_correction.eat_input_char "on"
/set plugins.var.python.spell_correction.hide_single_dict "on"
/set plugins.var.python.spell_correction.replace_mode "off"
/set plugins.var.python.spell_correction.suggest_item "${white}%S${default}"
/set plugins.var.python.tmux_env.include "*,-*"
/set plugins.var.python.tmux_env.interval "30"
/set plugins.var.python.vimode.no_warn "on"
/set plugins.var.python.zncnotice.prefix "*"
/set plugins.var.ruby.check_license "on"
/set plugins.var.tcl.check_license "on"
/set plugins.var.znc.host "127.0.0.1"
/set plugins.var.znc.port "+6669"
/set plugins.var.znc.user "dan"
/set python.look.check_license on
/set ruby.look.check_license on
/set script.color.text_bg_selected black
/set script.color.text_delimiters darkgray
/set script.look.columns "%s │ %n │ %V %v │ %d │ %u │ %t"
/set script.scripts.cache_expire 60
/set script.scripts.url "http://www.weechat.org/files/plugins.xml.gz"
/set tcl.look.check_license on
/set weechat.bar.buddylist.items "buddylist"
/set weechat.bar.buddylist.priority 552
/set weechat.bar.buffers.items "buffers"
/set weechat.bar.buflist.items "buflist"
/set weechat.bar.chanop_bar.items "chanop_status,chanop_ban_matches"
/set weechat.bar.fset.items "fset"
/set weechat.bar.input.items "[input_search],[input_paste],input_text"
/set weechat.bar.isetbar.items "isetbar_help"
/set weechat.bar.main_menu.items "*,main_menu"
/set weechat.bar.menu_help.items "menu_help"
/set weechat.bar.newsbar.hidden off
/set weechat.bar.newsbar.items "newsbar"
/set weechat.bar.newsbar.priority 1201
/set weechat.bar.newsbar_title.hidden off
/set weechat.bar.newsbar_title.priority 1200
/set weechat.bar.nicklist.conditions "${nicklist} && ${window.win_width} > 65 && ${buffer.nicklist_count} <= 250"
/set weechat.bar.nicklist.items "buddylist,───────────────────────────────────────,buffer_nicklist"
/set weechat.bar.status.items " mode_indicator,input_prompt+(irc_nick_modes),away,buffer_zoom,buffer_filter,scroll,[lag],completion,[spell_correction,spell_suggest]"
/set weechat.bar.sub_menu.items "*sub_menu"
/set weechat.bar.title.color_bg black
/set weechat.bar.title.items "buffer_number,buffer_plugin,buffer_name,buffer_modes,buffer_nicklist_count, buffer_title"
/set weechat.bar.title.separator off
/set weechat.bar.vi_cmd.items "cmd_text"
/set weechat.bar.vi_line_numbers.items "line_numbers"
/set weechat.bar.window_popup_menu.items "*window_popup_menu"
/set weechat.color.bar_more darkgray
/set weechat.color.chat_highlight black
/set weechat.color.chat_highlight_bg blue
/set weechat.color.chat_host lightred
/set weechat.color.chat_inactive_buffer darkgray
/set weechat.color.chat_inactive_window darkgray
/set weechat.color.chat_nick_offline darkgray
/set weechat.color.chat_nick_offline_highlight_bg darkgray
/set weechat.color.chat_prefix_buffer_inactive_buffer darkgray
/set weechat.color.chat_prefix_more darkgray
/set weechat.color.chat_prefix_suffix black
/set weechat.color.chat_read_marker black
/set weechat.color.nicklist_away red
/set weechat.color.separator black
/set weechat.color.status_nicklist_count green
/set weechat.look.bar_more_down "↓"
/set weechat.look.bar_more_left "←"
/set weechat.look.bar_more_right "→"
/set weechat.look.bar_more_up "↑"
/set weechat.look.bare_display_time_format "%H:%M:%S"
/set weechat.look.buffer_time_format ""
/set weechat.look.color_inactive_buffer off
/set weechat.look.color_inactive_window off
/set weechat.look.item_buffer_filter "⚑"
/set weechat.look.item_time_format ""
/set weechat.look.mouse on
/set weechat.look.paste_bracketed off
/set weechat.look.prefix_action "!"
/set weechat.look.prefix_align_max 11
/set weechat.look.prefix_align_more "…"
/set weechat.look.prefix_buffer_align_max 6
/set weechat.look.prefix_buffer_align_more "…"
/set weechat.look.prefix_error "⚠"
/set weechat.look.prefix_join "→"
/set weechat.look.prefix_network "ℹ"
/set weechat.look.prefix_quit "←"
/set weechat.look.prefix_same_nick " "
/set weechat.look.prefix_suffix "│"
/set weechat.look.read_marker_string "─"
/set weechat.look.separator_horizontal "─"