Some changes of weechat
This commit is contained in:
parent
45277ea10c
commit
cd89c9ac7c
1 changed files with 5 additions and 0 deletions
|
@ -67,6 +67,7 @@ input_cursor_scroll = 20
|
||||||
input_share = none
|
input_share = none
|
||||||
input_share_overwrite = off
|
input_share_overwrite = off
|
||||||
input_undo_max = 32
|
input_undo_max = 32
|
||||||
|
item_away_message = on
|
||||||
item_buffer_filter = "*"
|
item_buffer_filter = "*"
|
||||||
item_buffer_zoom = "!"
|
item_buffer_zoom = "!"
|
||||||
item_mouse_status = "M"
|
item_mouse_status = "M"
|
||||||
|
@ -78,6 +79,9 @@ key_bind_safe = on
|
||||||
key_grab_delay = 800
|
key_grab_delay = 800
|
||||||
mouse = off
|
mouse = off
|
||||||
mouse_timer_delay = 100
|
mouse_timer_delay = 100
|
||||||
|
nick_color_force = ""
|
||||||
|
nick_color_hash = djb2
|
||||||
|
nick_color_stop_chars = "_|["
|
||||||
nick_prefix = ""
|
nick_prefix = ""
|
||||||
nick_suffix = ""
|
nick_suffix = ""
|
||||||
paste_auto_add_newline = on
|
paste_auto_add_newline = on
|
||||||
|
@ -170,6 +174,7 @@ emphasized = yellow
|
||||||
emphasized_bg = default
|
emphasized_bg = default
|
||||||
input_actions = lightgreen
|
input_actions = lightgreen
|
||||||
input_text_not_found = red
|
input_text_not_found = red
|
||||||
|
item_away = yellow
|
||||||
nicklist_away = red
|
nicklist_away = red
|
||||||
nicklist_group = green
|
nicklist_group = green
|
||||||
separator = blue
|
separator = blue
|
||||||
|
|
Loading…
Reference in a new issue