diff options
author | Akshay <[email protected]> | 2020-11-04 07:02:02 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-11-04 07:02:02 +0000 |
commit | 381f7807521b71595614c6bbe5bdcce2c68c3f8c (patch) | |
tree | 62d8bbf1bc011b22b673973fff544a6f692892b6 | |
parent | 814e18ad2c85e50617785b9ec9a7370af74f09e6 (diff) |
add buf toggle
-rw-r--r-- | weechat/.weechat/weechat.conf | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf index b5445c3..46ca7b6 100644 --- a/weechat/.weechat/weechat.conf +++ b/weechat/.weechat/weechat.conf | |||
@@ -253,6 +253,7 @@ save_config_on_unload = on | |||
253 | 253 | ||
254 | [bar] | 254 | [bar] |
255 | buddylist.color_bg = default | 255 | buddylist.color_bg = default |
256 | buddylist.color_bg_inactive = default | ||
256 | buddylist.color_delim = default | 257 | buddylist.color_delim = default |
257 | buddylist.color_fg = default | 258 | buddylist.color_fg = default |
258 | buddylist.conditions = "" | 259 | buddylist.conditions = "" |
@@ -267,6 +268,7 @@ buddylist.size = 0 | |||
267 | buddylist.size_max = 0 | 268 | buddylist.size_max = 0 |
268 | buddylist.type = root | 269 | buddylist.type = root |
269 | buffers.color_bg = 0 | 270 | buffers.color_bg = 0 |
271 | buffers.color_bg_inactive = default | ||
270 | buffers.color_delim = default | 272 | buffers.color_delim = default |
271 | buffers.color_fg = default | 273 | buffers.color_fg = default |
272 | buffers.conditions = "" | 274 | buffers.conditions = "" |
@@ -281,6 +283,7 @@ buffers.size = 0 | |||
281 | buffers.size_max = 0 | 283 | buffers.size_max = 0 |
282 | buffers.type = root | 284 | buffers.type = root |
283 | buflist.color_bg = 0 | 285 | buflist.color_bg = 0 |
286 | buflist.color_bg_inactive = default | ||
284 | buflist.color_delim = lightcyan | 287 | buflist.color_delim = lightcyan |
285 | buflist.color_fg = 12 | 288 | buflist.color_fg = 12 |
286 | buflist.conditions = "" | 289 | buflist.conditions = "" |
@@ -295,6 +298,7 @@ buflist.size = 15 | |||
295 | buflist.size_max = 15 | 298 | buflist.size_max = 15 |
296 | buflist.type = root | 299 | buflist.type = root |
297 | fset.color_bg = default | 300 | fset.color_bg = default |
301 | fset.color_bg_inactive = default | ||
298 | fset.color_delim = cyan | 302 | fset.color_delim = cyan |
299 | fset.color_fg = default | 303 | fset.color_fg = default |
300 | fset.conditions = "${buffer.full_name} == fset.fset" | 304 | fset.conditions = "${buffer.full_name} == fset.fset" |
@@ -309,6 +313,7 @@ fset.size = 3 | |||
309 | fset.size_max = 3 | 313 | fset.size_max = 3 |
310 | fset.type = window | 314 | fset.type = window |
311 | input.color_bg = default | 315 | input.color_bg = default |
316 | input.color_bg_inactive = default | ||
312 | input.color_delim = 7 | 317 | input.color_delim = 7 |
313 | input.color_fg = 7 | 318 | input.color_fg = 7 |
314 | input.conditions = "" | 319 | input.conditions = "" |
@@ -323,6 +328,7 @@ input.size = 1 | |||
323 | input.size_max = 0 | 328 | input.size_max = 0 |
324 | input.type = window | 329 | input.type = window |
325 | isetbar.color_bg = default | 330 | isetbar.color_bg = default |
331 | isetbar.color_bg_inactive = default | ||
326 | isetbar.color_delim = cyan | 332 | isetbar.color_delim = cyan |
327 | isetbar.color_fg = default | 333 | isetbar.color_fg = default |
328 | isetbar.conditions = "" | 334 | isetbar.conditions = "" |
@@ -337,6 +343,7 @@ isetbar.size = 3 | |||
337 | isetbar.size_max = 3 | 343 | isetbar.size_max = 3 |
338 | isetbar.type = window | 344 | isetbar.type = window |
339 | nicklist.color_bg = default | 345 | nicklist.color_bg = default |
346 | nicklist.color_bg_inactive = default | ||
340 | nicklist.color_delim = cyan | 347 | nicklist.color_delim = cyan |
341 | nicklist.color_fg = 8 | 348 | nicklist.color_fg = 8 |
342 | nicklist.conditions = "nicklist" | 349 | nicklist.conditions = "nicklist" |
@@ -351,6 +358,7 @@ nicklist.size = 0 | |||
351 | nicklist.size_max = 0 | 358 | nicklist.size_max = 0 |
352 | nicklist.type = window | 359 | nicklist.type = window |
353 | status.color_bg = 10 | 360 | status.color_bg = 10 |
361 | status.color_bg_inactive = default | ||
354 | status.color_delim = cyan | 362 | status.color_delim = cyan |
355 | status.color_fg = default | 363 | status.color_fg = default |
356 | status.conditions = "" | 364 | status.conditions = "" |
@@ -365,6 +373,7 @@ status.size = 1 | |||
365 | status.size_max = 0 | 373 | status.size_max = 0 |
366 | status.type = window | 374 | status.type = window |
367 | title.color_bg = 10 | 375 | title.color_bg = 10 |
376 | title.color_bg_inactive = default | ||
368 | title.color_delim = cyan | 377 | title.color_delim = cyan |
369 | title.color_fg = default | 378 | title.color_fg = default |
370 | title.conditions = "" | 379 | title.conditions = "" |
@@ -393,9 +402,8 @@ default.buffer = "irc;freenode.##rust;10" | |||
393 | default.buffer = "irc;freenode.#vim;11" | 402 | default.buffer = "irc;freenode.#vim;11" |
394 | default.buffer = "irc;server.rizon;12" | 403 | default.buffer = "irc;server.rizon;12" |
395 | default.buffer = "irc;rizon.#code;13" | 404 | default.buffer = "irc;rizon.#code;13" |
396 | default.buffer = "irc;rizon.#crimson;14" | 405 | default.buffer = "irc;rizon.#rice;14" |
397 | default.buffer = "irc;rizon.#rice;15" | 406 | default.buffer = "irc;rizon.#warez;15" |
398 | default.buffer = "irc;rizon.#warez;16" | ||
399 | default.window = "1;0;0;0;irc;rizon.#code" | 407 | default.window = "1;0;0;0;irc;rizon.#code" |
400 | default.current = on | 408 | default.current = on |
401 | _zoom.window = "1;0;0;0;fset;fset" | 409 | _zoom.window = "1;0;0;0;fset;fset" |
@@ -463,6 +471,7 @@ meta-9 = "/buffer *9" | |||
463 | meta-< = "/input jump_previously_visited_buffer" | 471 | meta-< = "/input jump_previously_visited_buffer" |
464 | meta-= = "/filter toggle" | 472 | meta-= = "/filter toggle" |
465 | meta-> = "/input jump_next_visited_buffer" | 473 | meta-> = "/input jump_next_visited_buffer" |
474 | meta-B = "/buflist toggle" | ||
466 | meta-OA = "/input history_global_previous" | 475 | meta-OA = "/input history_global_previous" |
467 | meta-OB = "/input history_global_next" | 476 | meta-OB = "/input history_global_next" |
468 | meta-OC = "/input move_next_word" | 477 | meta-OC = "/input move_next_word" |