summaryrefslogtreecommitdiff
path: root/weechat/.weechat/weechat.conf
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-03-13 10:04:45 +0000
committerShubham Saini <shubham6405@gmail.com>2020-03-13 10:04:45 +0000
commitf1f43819b649093e7e16014a5c8759dd669bd9e1 (patch)
tree49b76a8a2315f4d5d9852145a2e5d576ac8851df /weechat/.weechat/weechat.conf
parente93ced299c8095e56af52ee68b22954c86d3b51b (diff)
<>
Diffstat (limited to 'weechat/.weechat/weechat.conf')
-rw-r--r--weechat/.weechat/weechat.conf88
1 files changed, 53 insertions, 35 deletions
diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf
index 0ed6dfa..e66a9bd 100644
--- a/weechat/.weechat/weechat.conf
+++ b/weechat/.weechat/weechat.conf
@@ -21,20 +21,20 @@ sys_rlimit = ""
21[look] 21[look]
22align_end_of_lines = message 22align_end_of_lines = message
23align_multiline_words = on 23align_multiline_words = on
24bar_more_down = "▼▼" 24bar_more_down = "++"
25bar_more_left = "◀◀" 25bar_more_left = "<<"
26bar_more_right = "▶▶" 26bar_more_right = ">>"
27bar_more_up = "▲▲" 27bar_more_up = "--"
28bare_display_exit_on_input = on 28bare_display_exit_on_input = on
29bare_display_time_format = "%H:%M" 29bare_display_time_format = "%H:%M"
30buffer_auto_renumber = on 30buffer_auto_renumber = on
31buffer_notify_default = message 31buffer_notify_default = all
32buffer_position = end 32buffer_position = end
33buffer_search_case_sensitive = off 33buffer_search_case_sensitive = off
34buffer_search_force_default = off 34buffer_search_force_default = off
35buffer_search_regex = off 35buffer_search_regex = off
36buffer_search_where = prefix_message 36buffer_search_where = prefix_message
37buffer_time_format = "${color:240}%H:%M:%S" 37buffer_time_format = "%H:%M:%S"
38buffer_time_same = "" 38buffer_time_same = ""
39color_basic_force_bold = off 39color_basic_force_bold = off
40color_inactive_buffer = on 40color_inactive_buffer = on
@@ -58,7 +58,7 @@ emphasized_attributes = ""
58highlight = "" 58highlight = ""
59highlight_regex = "" 59highlight_regex = ""
60highlight_tags = "" 60highlight_tags = ""
61hotlist_add_conditions = "${away} || ${buffer.num_displayed} == 0" 61hotlist_add_conditions = "${away} || ${buffer.num_displayed} == 0 || ${info:relay_client_count,weechat,connected} > 0"
62hotlist_buffer_separator = ", " 62hotlist_buffer_separator = ", "
63hotlist_count_max = 2 63hotlist_count_max = 2
64hotlist_count_min_msg = 2 64hotlist_count_min_msg = 2
@@ -98,7 +98,7 @@ paste_auto_add_newline = on
98paste_bracketed = on 98paste_bracketed = on
99paste_bracketed_timer_delay = 10 99paste_bracketed_timer_delay = 10
100paste_max_lines = 1 100paste_max_lines = 1
101prefix_action = "*" 101prefix_action = " *"
102prefix_align = right 102prefix_align = right
103prefix_align_max = 0 103prefix_align_max = 0
104prefix_align_min = 0 104prefix_align_min = 0
@@ -108,10 +108,10 @@ prefix_buffer_align = right
108prefix_buffer_align_max = 0 108prefix_buffer_align_max = 0
109prefix_buffer_align_more = "+" 109prefix_buffer_align_more = "+"
110prefix_buffer_align_more_after = on 110prefix_buffer_align_more_after = on
111prefix_error = "!" 111prefix_error = "=!="
112prefix_join = "" 112prefix_join = "-->"
113prefix_network = "i" 113prefix_network = "--"
114prefix_quit = "" 114prefix_quit = "<--"
115prefix_same_nick = "" 115prefix_same_nick = ""
116prefix_same_nick_middle = "" 116prefix_same_nick_middle = ""
117prefix_suffix = "|" 117prefix_suffix = "|"
@@ -135,7 +135,7 @@ time_format = "%a, %d %b %Y %T"
135window_auto_zoom = off 135window_auto_zoom = off
136window_separator_horizontal = on 136window_separator_horizontal = on
137window_separator_vertical = on 137window_separator_vertical = on
138window_title = "WeeChat ${info:version}" 138window_title = ""
139word_chars_highlight = "!\u00A0,-,_,|,alnum" 139word_chars_highlight = "!\u00A0,-,_,|,alnum"
140word_chars_input = "!\u00A0,-,_,|,alnum" 140word_chars_input = "!\u00A0,-,_,|,alnum"
141 141
@@ -149,19 +149,19 @@ chat_buffer = white
149chat_channel = white 149chat_channel = white
150chat_day_change = cyan 150chat_day_change = cyan
151chat_delimiters = green 151chat_delimiters = green
152chat_highlight = 197 152chat_highlight = yellow
153chat_highlight_bg = default 153chat_highlight_bg = magenta
154chat_host = cyan 154chat_host = cyan
155chat_inactive_buffer = default 155chat_inactive_buffer = default
156chat_inactive_window = default 156chat_inactive_window = default
157chat_nick = lightcyan 157chat_nick = lightcyan
158chat_nick_colors = "cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue,31,35,38,40,49,63,70,80,92,99,112,126,130,138,142,148,160,162,167,169,174,176,178,184,186,210,212,215,247" 158chat_nick_colors = "cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue"
159chat_nick_offline = default 159chat_nick_offline = default
160chat_nick_offline_highlight = default 160chat_nick_offline_highlight = default
161chat_nick_offline_highlight_bg = blue 161chat_nick_offline_highlight_bg = blue
162chat_nick_other = cyan 162chat_nick_other = cyan
163chat_nick_prefix = green 163chat_nick_prefix = green
164chat_nick_self = 40 164chat_nick_self = white
165chat_nick_suffix = green 165chat_nick_suffix = green
166chat_prefix_action = white 166chat_prefix_action = white
167chat_prefix_buffer = brown 167chat_prefix_buffer = brown
@@ -178,7 +178,7 @@ chat_server = brown
178chat_tags = red 178chat_tags = red
179chat_text_found = yellow 179chat_text_found = yellow
180chat_text_found_bg = lightmagenta 180chat_text_found_bg = lightmagenta
181chat_time = gray 181chat_time = default
182chat_time_delimiters = brown 182chat_time_delimiters = brown
183chat_value = cyan 183chat_value = cyan
184chat_value_null = blue 184chat_value_null = blue
@@ -213,7 +213,7 @@ command_inline = on
213default_template = "%(nicks)|%(irc_channels)" 213default_template = "%(nicks)|%(irc_channels)"
214nick_add_space = on 214nick_add_space = on
215nick_case_sensitive = off 215nick_case_sensitive = off
216nick_completer = "" 216nick_completer = ": "
217nick_first_only = off 217nick_first_only = off
218nick_ignore_chars = "[]`_-^" 218nick_ignore_chars = "[]`_-^"
219partial_completion_alert = on 219partial_completion_alert = on
@@ -224,9 +224,9 @@ partial_completion_other = off
224partial_completion_templates = "config_options" 224partial_completion_templates = "config_options"
225 225
226[history] 226[history]
227display_default = 25 227display_default = 5
228max_buffer_lines_minutes = 0 228max_buffer_lines_minutes = 0
229max_buffer_lines_number = 8192 229max_buffer_lines_number = 4096
230max_commands = 100 230max_commands = 100
231max_visited_buffers = 50 231max_visited_buffers = 50
232 232
@@ -239,7 +239,7 @@ gnutls_handshake_timeout = 30
239proxy_curl = "" 239proxy_curl = ""
240 240
241[plugin] 241[plugin]
242autoload = "alias,aspell,buflist,charset,irc,perl,python,script,logger" 242autoload = "*"
243debug = off 243debug = off
244extension = ".so,.dll" 244extension = ".so,.dll"
245path = "%h/plugins" 245path = "%h/plugins"
@@ -260,10 +260,24 @@ buflist.separator = on
260buflist.size = 0 260buflist.size = 0
261buflist.size_max = 0 261buflist.size_max = 0
262buflist.type = root 262buflist.type = root
263fset.color_bg = default
264fset.color_delim = cyan
265fset.color_fg = default
266fset.conditions = "${buffer.full_name} == fset.fset"
267fset.filling_left_right = vertical
268fset.filling_top_bottom = horizontal
269fset.hidden = off
270fset.items = "fset"
271fset.position = top
272fset.priority = 0
273fset.separator = on
274fset.size = 3
275fset.size_max = 3
276fset.type = window
263input.color_bg = default 277input.color_bg = default
264input.color_delim = cyan 278input.color_delim = cyan
265input.color_fg = default 279input.color_fg = default
266input.conditions = "${window.buffer.full_name} != perl.highmon" 280input.conditions = ""
267input.filling_left_right = vertical 281input.filling_left_right = vertical
268input.filling_top_bottom = horizontal 282input.filling_top_bottom = horizontal
269input.hidden = off 283input.hidden = off
@@ -271,8 +285,8 @@ input.items = "[input_prompt]+(away),[input_search],[input_paste],input_text"
271input.position = bottom 285input.position = bottom
272input.priority = 1000 286input.priority = 1000
273input.separator = off 287input.separator = off
274input.size = 0 288input.size = 1
275input.size_max = 3 289input.size_max = 0
276input.type = window 290input.type = window
277nicklist.color_bg = default 291nicklist.color_bg = default
278nicklist.color_delim = cyan 292nicklist.color_delim = cyan
@@ -285,24 +299,24 @@ nicklist.items = "buffer_nicklist"
285nicklist.position = right 299nicklist.position = right
286nicklist.priority = 200 300nicklist.priority = 200
287nicklist.separator = on 301nicklist.separator = on
288nicklist.size = 15 302nicklist.size = 0
289nicklist.size_max = 0 303nicklist.size_max = 0
290nicklist.type = window 304nicklist.type = window
291status.color_bg = darkgray 305status.color_bg = blue
292status.color_delim = cyan 306status.color_delim = cyan
293status.color_fg = default 307status.color_fg = default
294status.conditions = "${window.buffer.full_name} != perl.highmon" 308status.conditions = ""
295status.filling_left_right = vertical 309status.filling_left_right = vertical
296status.filling_top_bottom = horizontal 310status.filling_top_bottom = horizontal
297status.hidden = off 311status.hidden = off
298status.items = "buffer_number+:+buffer_name+{buffer_nicklist_count}+buffer_filter,completion,scroll,[aspell_suggest]" 312status.items = "[time],[buffer_last_number],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+buffer_filter,scroll,[lag],[hotlist],completion"
299status.position = bottom 313status.position = bottom
300status.priority = 500 314status.priority = 500
301status.separator = off 315status.separator = off
302status.size = 1 316status.size = 1
303status.size_max = 0 317status.size_max = 0
304status.type = window 318status.type = window
305title.color_bg = darkgray 319title.color_bg = blue
306title.color_delim = cyan 320title.color_delim = cyan
307title.color_fg = default 321title.color_fg = default
308title.conditions = "" 322title.conditions = ""
@@ -322,14 +336,11 @@ title.type = window
322[notify] 336[notify]
323 337
324[filter] 338[filter]
325irc_smart = on;*;irc_smart_filter;*
326irc_join_names = on;*;irc_366,irc_332,irc_333,irc_329,irc_324;*
327 339
328[key] 340[key]
329ctrl-? = "/input delete_previous_char" 341ctrl-? = "/input delete_previous_char"
330ctrl-A = "/input move_beginning_of_line" 342ctrl-A = "/input move_beginning_of_line"
331ctrl-B = "/input move_previous_char" 343ctrl-B = "/input move_previous_char"
332ctrl-C = "/input delete_line"
333ctrl-C_ = "/input insert \x1F" 344ctrl-C_ = "/input insert \x1F"
334ctrl-Cb = "/input insert \x02" 345ctrl-Cb = "/input insert \x02"
335ctrl-Cc = "/input insert \x03" 346ctrl-Cc = "/input insert \x03"
@@ -425,8 +436,12 @@ meta2-201~ = "/input paste_stop"
425meta2-20~ = "/bar scroll title * -30%" 436meta2-20~ = "/bar scroll title * -30%"
426meta2-21~ = "/bar scroll title * +30%" 437meta2-21~ = "/bar scroll title * +30%"
427meta2-23;3~ = "/bar scroll nicklist * b" 438meta2-23;3~ = "/bar scroll nicklist * b"
439meta2-23;5~ = "/bar scroll nicklist * -100%"
440meta2-23^ = "/bar scroll nicklist * -100%"
428meta2-23~ = "/bar scroll nicklist * -100%" 441meta2-23~ = "/bar scroll nicklist * -100%"
429meta2-24;3~ = "/bar scroll nicklist * e" 442meta2-24;3~ = "/bar scroll nicklist * e"
443meta2-24;5~ = "/bar scroll nicklist * +100%"
444meta2-24^ = "/bar scroll nicklist * +100%"
430meta2-24~ = "/bar scroll nicklist * +100%" 445meta2-24~ = "/bar scroll nicklist * +100%"
431meta2-3~ = "/input delete_next_char" 446meta2-3~ = "/input delete_next_char"
432meta2-4~ = "/input move_end_of_line" 447meta2-4~ = "/input move_end_of_line"
@@ -446,7 +461,6 @@ meta2-H = "/input move_beginning_of_line"
446meta2-I = "/window page_up" 461meta2-I = "/window page_up"
447meta2-Z = "/input complete_previous" 462meta2-Z = "/input complete_previous"
448meta2-[E = "/buffer -1" 463meta2-[E = "/buffer -1"
449meta-\ = "/buffer clear"
450meta-_ = "/input redo" 464meta-_ = "/input redo"
451meta-a = "/input jump_smart" 465meta-a = "/input jump_smart"
452meta-b = "/input move_previous_word" 466meta-b = "/input move_previous_word"
@@ -562,7 +576,7 @@ meta-m = "/mute mouse toggle"
562meta-n = "/window scroll_next_highlight" 576meta-n = "/window scroll_next_highlight"
563meta-p = "/window scroll_previous_highlight" 577meta-p = "/window scroll_previous_highlight"
564meta-r = "/input delete_line" 578meta-r = "/input delete_line"
565meta-s = "/mute aspell toggle" 579meta-s = "/mute spell toggle"
566meta-u = "/window scroll_unread" 580meta-u = "/window scroll_unread"
567meta-wmeta-meta2-A = "/window up" 581meta-wmeta-meta2-A = "/window up"
568meta-wmeta-meta2-B = "/window down" 582meta-wmeta-meta2-B = "/window down"
@@ -620,6 +634,10 @@ meta2-D = "/cursor move left"
620@bar(nicklist):button1-gesture-down-long = "/bar scroll nicklist ${_window_number} e" 634@bar(nicklist):button1-gesture-down-long = "/bar scroll nicklist ${_window_number} e"
621@bar(nicklist):button1-gesture-up = "/bar scroll nicklist ${_window_number} -100%" 635@bar(nicklist):button1-gesture-up = "/bar scroll nicklist ${_window_number} -100%"
622@bar(nicklist):button1-gesture-up-long = "/bar scroll nicklist ${_window_number} b" 636@bar(nicklist):button1-gesture-up-long = "/bar scroll nicklist ${_window_number} b"
637@chat(fset.fset):button1 = "/window ${_window_number};/fset -go ${_chat_line_y}"
638@chat(fset.fset):button2* = "hsignal:fset_mouse"
639@chat(fset.fset):wheeldown = "/fset -down 5"
640@chat(fset.fset):wheelup = "/fset -up 5"
623@chat(script.scripts):button1 = "/window ${_window_number};/script go ${_chat_line_y}" 641@chat(script.scripts):button1 = "/window ${_window_number};/script go ${_chat_line_y}"
624@chat(script.scripts):button2 = "/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}" 642@chat(script.scripts):button2 = "/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}"
625@chat(script.scripts):wheeldown = "/script down 5" 643@chat(script.scripts):wheeldown = "/script down 5"