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 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 | #
# weechat.conf -- weechat v0.3.5
#
[debug]
[startup]
command_after_plugins = "/layout apply"
command_before_plugins = ""
display_logo = on
display_version = on
[look]
align_end_of_lines = message
buffer_notify_default = all
buffer_time_format = "[%H:%M:%S]"
color_pairs_auto_reset = 5
color_real_white = off
command_chars = ""
confirm_quit = off
day_change = on
day_change_time_format = "%a, %d %b %Y"
highlight = ""
highlight_regex = ""
highlight_tags = ""
hline_char = ""
hotlist_add_buffer_if_away = on
hotlist_buffer_separator = ", "
hotlist_count_max = 2
hotlist_count_min_msg = 2
hotlist_names_count = 3
hotlist_names_length = 0
hotlist_names_level = 12
hotlist_names_merged_buffers = off
hotlist_short_names = on
hotlist_sort = group_time_asc
hotlist_unique_numbers = on
input_cursor_scroll = 20
input_share = none
input_share_overwrite = off
input_undo_max = 32
item_time_format = "%H:%M"
jump_current_to_previous_buffer = on
jump_previous_buffer_when_closing = on
nickmode = on
nickmode_empty = on
paste_max_lines = 3
prefix_action = " *"
prefix_align = right
prefix_align_max = 0
prefix_align_min = 0
prefix_align_more = on
prefix_buffer_align = left
prefix_buffer_align_max = 0
prefix_buffer_align_more = on
prefix_error = "=!="
prefix_join = "-->"
prefix_network = "--"
prefix_quit = "<--"
prefix_suffix = "\u2502"
read_marker = line
read_marker_always_show = off
read_marker_string = "\u2500"
save_config_on_exit = on
save_layout_on_exit = none
scroll_amount = 3
scroll_page_percent = 100
search_text_not_found_alert = on
set_title = on
time_format = "[%a, %d %b %Y %T]"
[palette]
[color]
bar_more = brown
chat = default
chat_bg = default
chat_buffer = white
chat_channel = white
chat_delimiters = green
chat_highlight = gray
chat_highlight_bg = blue
chat_host = cyan
chat_nick = lightcyan
chat_nick_colors = "cyan,magenta,green,brown,lightblue,lightcyan,lightmagenta,lightgreen,blue,yellow"
chat_nick_other = cyan
chat_nick_self = gray
chat_prefix_action = gray
chat_prefix_buffer = brown
chat_prefix_error = lightred
chat_prefix_join = lightgreen
chat_prefix_more = brown
chat_prefix_network = magenta
chat_prefix_quit = lightred
chat_prefix_suffix = darkgray
chat_read_marker = darkgray
chat_read_marker_bg = default
chat_server = brown
chat_text_found = yellow
chat_text_found_bg = lightmagenta
chat_time = magenta
chat_time_delimiters = brown
chat_value = cyan
input_actions = lightgreen
input_text_not_found = red
nicklist_away = darkgray
nicklist_group = green
nicklist_offline = blue
separator = darkgray
status_count_highlight = yellow
status_count_msg = lightblue
status_count_other = darkgray
status_count_private = lightred
status_data_highlight = yellow
status_data_msg = lightblue
status_data_other = darkgray
status_data_private = lightgreen
status_filter = green
status_more = brown
status_name = brown
status_name_ssl = lightblue
status_number = brown
status_time = brown
[completion]
default_template = "%(nicks)|%(irc_channels)"
nick_add_space = on
nick_completer = ","
nick_first_only = off
nick_ignore_chars = "[]`_-^"
partial_completion_alert = on
partial_completion_command = off
partial_completion_command_arg = off
partial_completion_count = on
partial_completion_other = off
[history]
display_default = 5
max_commands = 100
max_lines = 4096
max_visited_buffers = 50
[proxy]
EP.address = "127.0.0.1"
EP.ipv6 = off
EP.password = ""
EP.port = 443
EP.type = socks5
EP.username = ""
[network]
gnutls_ca_file = "%h/ssl/CAs.pem"
gnutls_handshake_timeout = 30
[plugin]
autoload = "*"
debug = off
extension = ".so"
path = "%h/plugins"
save_config_on_unload = on
[bar]
buffers.color_bg = default
buffers.color_delim = default
buffers.color_fg = default
buffers.conditions = ""
buffers.filling_left_right = vertical
buffers.filling_top_bottom = horizontal
buffers.hidden = off
buffers.items = "buffers"
buffers.position = top
buffers.priority = 0
buffers.separator = on
buffers.size = 0
buffers.size_max = 5
buffers.type = root
input.color_bg = default
input.color_delim = blue
input.color_fg = default
input.conditions = ""
input.filling_left_right = vertical
input.filling_top_bottom = horizontal
input.hidden = off
input.items = "[input_prompt]+(away),[input_search],[input_paste],input_text"
input.position = bottom
input.priority = 1000
input.separator = off
input.size = 1
input.size_max = 0
input.type = window
isetbar.color_bg = default
isetbar.color_delim = cyan
isetbar.color_fg = default
isetbar.conditions = ""
isetbar.filling_left_right = vertical
isetbar.filling_top_bottom = horizontal
isetbar.hidden = on
isetbar.items = "isetbar_help"
isetbar.position = top
isetbar.priority = 0
isetbar.separator = on
isetbar.size = 3
isetbar.size_max = 3
isetbar.type = window
nicklist.color_bg = default
nicklist.color_delim = cyan
nicklist.color_fg = default
nicklist.conditions = "nicklist"
nicklist.filling_left_right = vertical
nicklist.filling_top_bottom = columns_vertical
nicklist.hidden = off
nicklist.items = "buffer_nicklist"
nicklist.position = right
nicklist.priority = 200
nicklist.separator = on
nicklist.size = 0
nicklist.size_max = 20
nicklist.type = window
status.color_bg = default
status.color_delim = blue
status.color_fg = blue
status.conditions = ""
status.filling_left_right = vertical
status.filling_top_bottom = horizontal
status.hidden = off
status.items = "[time],[buffer_count],[buffer_plugin],buffer_number+:+buffer_name+{buffer_nicklist_count}+buffer_filter,[lag],[chanact],completion,scroll"
status.position = bottom
status.priority = 500
status.separator = on
status.size = 1
status.size_max = 0
status.type = window
title.color_bg = default
title.color_delim = cyan
title.color_fg = green
title.conditions = ""
title.filling_left_right = vertical
title.filling_top_bottom = horizontal
title.hidden = off
title.items = "buffer_title"
title.position = top
title.priority = 500
title.separator = on
title.size = 1
title.size_max = 0
title.type = window
[layout]
buffer = "core;weechat;1"
buffer = "irc;server.xalesZNC;1"
buffer = "irc;server.undergroundz;1"
buffer = "irc;xalesZNC.#pho3n1x;2"
buffer = "irc;xalesZNC.#speakeasy;3"
buffer = "irc;undergroundz.#Endless-Paradigm;4"
buffer = "irc;undergroundz.#\u30fd(´\u30fc\uff40)\u30ce;5"
buffer = "irc;undergroundz.#penis;6"
buffer = "irc;xalesZNC.#help;7"
buffer = "irc;xalesZNC.#linux;8"
buffer = "irc;xalesZNC.#ò_ó;9"
buffer = "irc;xalesZNC.#services;10"
buffer = "xfer;irc_dcc.xalesZNC.Ellie;11"
buffer = "irc;xalesZNC.#gtfo;12"
window = "1;0;0;0;irc;server.xalesZNC"
[notify]
[filter]
[key]
ctrl-? = "/input delete_previous_char"
ctrl-A = "/input move_beginning_of_line"
ctrl-B = "/input move_previous_char"
ctrl-Cb = "/input insert \x02"
ctrl-Cc = "/input insert \x03"
ctrl-Ci = "/input insert \x1D"
ctrl-Co = "/input insert \x0F"
ctrl-Cr = "/input insert \x12"
ctrl-Cu = "/input insert \x15"
ctrl-D = "/input delete_next_char"
ctrl-E = "/input move_end_of_line"
ctrl-F = "/input move_next_char"
ctrl-H = "/input delete_previous_char"
ctrl-I = "/input complete_next"
ctrl-J = "/input return"
ctrl-K = "/input delete_end_of_line"
ctrl-L = "/window refresh"
ctrl-M = "/input return"
ctrl-N = "/buffer +1"
ctrl-P = "/buffer -1"
ctrl-R = "/input search_text"
ctrl-Sctrl-U = "/input set_unread"
ctrl-T = "/input transpose_chars"
ctrl-U = "/input delete_beginning_of_line"
ctrl-W = "/input delete_previous_word"
ctrl-X = "/input switch_active_buffer"
ctrl-Y = "/input clipboard_paste"
meta-, = "/buffer 38"
meta-. = "/buffer 39"
meta-/ = "/buffer 40"
meta-0 = "/buffer *10"
meta-1 = "/buffer *1"
meta-2 = "/buffer *2"
meta-3 = "/buffer *3"
meta-4 = "/buffer *4"
meta-5 = "/buffer *5"
meta-6 = "/buffer *6"
meta-7 = "/buffer *7"
meta-8 = "/buffer *8"
meta-9 = "/buffer *9"
meta-; = "/buffer 30"
meta-< = "/input jump_previously_visited_buffer"
meta-= = "/filter toggle"
meta-> = "/input jump_next_visited_buffer"
meta-H = "/bar scroll nicklist * x-10%"
meta-J = "/buffer 27"
meta-K = "/buffer 28"
meta-L = "/bar scroll nicklist * x+10%"
meta-M = "/buffer 37"
meta-OA = "/input history_global_previous"
meta-OB = "/input history_global_next"
meta-OC = "/input move_next_word"
meta-OD = "/input move_previous_word"
meta-OF = "/input move_end_of_line"
meta-OH = "/input move_beginning_of_line"
meta-Oc = "/bar scroll nicklist * x+10%"
meta-Od = "/bar scroll nicklist * x-10%"
meta-S = "/buffer 22"
meta2-15~ = "/buffer -1"
meta2-17~ = "/buffer +1"
meta2-18~ = "/window -1"
meta2-19~ = "/window +1"
meta2-1;3A = "/buffer -1"
meta2-1;3B = "/buffer +1"
meta2-1;3C = "/buffer +1"
meta2-1;3D = "/buffer -1"
meta2-1;5A = "/input history_global_previous"
meta2-1;5B = "/input history_global_next"
meta2-1~ = "/input move_beginning_of_line"
meta2-20~ = "/bar scroll title * x-50%"
meta2-21~ = "/bar scroll title * x+50%"
meta2-23~ = "/bar scroll nicklist * y-100%"
meta2-24~ = "/bar scroll nicklist * y+100%"
meta2-3~ = "/input delete_next_char"
meta2-4~ = "/input move_end_of_line"
meta2-5;3~ = "/window scroll_up"
meta2-5~ = "/window page_up"
meta2-6;3~ = "/window scroll_down"
meta2-6~ = "/window page_down"
meta2-7~ = "/input move_beginning_of_line"
meta2-8~ = "/input move_end_of_line"
meta2-A = "/input history_previous"
meta2-B = "/input history_next"
meta2-C = "/input move_next_char"
meta2-D = "/input move_previous_char"
meta2-F = "/input move_end_of_line"
meta2-G = "/window page_down"
meta2-H = "/input move_beginning_of_line"
meta2-I = "/window page_up"
meta2-Z = "/input complete_previous"
meta-meta2-1~ = "/window scroll_top"
meta-meta2-23~ = "/bar scroll nicklist * yb"
meta-meta2-24~ = "/bar scroll nicklist * ye"
meta-meta2-4~ = "/window scroll_bottom"
meta-meta2-5~ = "/window scroll_up"
meta-meta2-6~ = "/window scroll_down"
meta-meta2-7~ = "/window scroll_top"
meta-meta2-8~ = "/window scroll_bottom"
meta-meta2-A = "/bar scroll nicklist * y-100%"
meta-meta2-B = "/bar scroll nicklist * y+100%"
meta-meta2-C = "/bar scroll title * x+50%"
meta-meta2-D = "/bar scroll title * x-50%"
meta-_ = "/input redo"
meta-a = "/buffer 21"
meta-b = "/buffer 35"
meta-c = "/buffer 33"
meta-d = "/buffer 23"
meta-e = "/buffer 13"
meta-f = "/buffer 24"
meta-g = "/buffer 25"
meta-h = "/buffer 26"
meta-i = "/buffer 18"
meta-j = "/buffer -1"
meta-k = "/buffer +1"
meta-l = "/buffer 29"
meta-m = "/input grab_key"
meta-n = "/buffer 36"
meta-o = "/buffer 19"
meta-p = "/buffer 20"
meta-q = "/buffer 11"
meta-r = "/buffer 14"
meta-t = "/buffer 15"
meta-u = "/buffer 17"
meta-v = "/buffer 34"
meta-w = "/buffer 12"
meta-wmeta2-1;3A = "/window up"
meta-wmeta2-1;3B = "/window down"
meta-wmeta2-1;3C = "/window right"
meta-wmeta2-1;3D = "/window left"
meta-wmeta-meta2-A = "/window up"
meta-wmeta-meta2-B = "/window down"
meta-wmeta-meta2-C = "/window right"
meta-wmeta-meta2-D = "/window left"
meta-wmeta-b = "/window balance"
meta-wmeta-l = "/input jump_last_buffer"
meta-wmeta-r = "/server raw"
meta-wmeta-s = "/window swap"
meta-x = "/buffer 32"
meta-y = "/buffer 16"
meta-z = "/buffer 31"
ctrl-_ = "/input undo"
|
x
Notes
not a lot to say here!
buffers.pl is need for the top channel list, and chanact.py replaces the default act display.
Colors here