aboutsummaryrefslogtreecommitdiff
path: root/.config/weechat
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2024-02-02 22:00:59 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2024-02-02 22:00:59 +0000
commitc10fa602f7c30e03c0bacb9c5cf116d808e86f6d (patch)
tree9bdd2ecaa1af3a33b616ab7cdcdd79b133ea52cb /.config/weechat
parentaa0f8329497fea4d96be4e6740b4b70a8c212daa (diff)
downloaddotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar
dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar.gz
dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar.bz2
dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar.lz
dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar.xz
dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar.zst
dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.zip
Various updates to many dotfiles
Diffstat (limited to '')
-rw-r--r--.config/weechat/fset.conf2
-rw-r--r--.config/weechat/weechat.conf35
2 files changed, 29 insertions, 8 deletions
diff --git a/.config/weechat/fset.conf b/.config/weechat/fset.conf
index d3871a0..8f38097 100644
--- a/.config/weechat/fset.conf
+++ b/.config/weechat/fset.conf
@@ -32,6 +32,8 @@ option1 = ""
option2 = "${marked} ${name} ${type} ${value2}${newline} ${empty_name} ${_default_value}${color:darkgray} -- ${min}..${max}${newline} ${empty_name} ${description}"
[color]
+allowed_values = default
+allowed_values_selected = white
color_name = 246
color_name_selected = default
default_value = default
diff --git a/.config/weechat/weechat.conf b/.config/weechat/weechat.conf
index 7447198..ae69995 100644
--- a/.config/weechat/weechat.conf
+++ b/.config/weechat/weechat.conf
@@ -28,12 +28,13 @@ bar_more_left = "<<"
bar_more_right = ">>"
bar_more_up = "--"
bare_display_exit_on_input = on
-bare_display_time_format = "[%H:%M]"
+bare_display_time_format = "[%H:%M:%S]"
buffer_auto_renumber = on
buffer_notify_default = all
buffer_position = end
buffer_search_case_sensitive = off
buffer_search_force_default = off
+buffer_search_history = local
buffer_search_regex = off
buffer_search_where = prefix_message
buffer_time_format = "%H:%M:%S"
@@ -161,8 +162,8 @@ chat_host = cyan
chat_inactive_buffer = default
chat_inactive_window = default
chat_nick = lightcyan
-chat_nick_colors = "cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue"
-chat_nick_offline = default
+chat_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"
+chat_nick_offline = darkgray
chat_nick_offline_highlight = default
chat_nick_offline_highlight_bg = blue
chat_nick_other = cyan
@@ -192,6 +193,7 @@ chat_value = cyan
chat_value_null = blue
emphasized = yellow
emphasized_bg = magenta
+eval_syntax_colors = "green,lightred,lightblue,lightmagenta,yellow,cyan"
input_actions = lightgreen
input_text_not_found = red
item_away = yellow
@@ -274,7 +276,7 @@ buflist.items = "buflist"
buflist.position = left
buflist.priority = 0
buflist.separator = on
-buflist.size = 0
+buflist.size = 30
buflist.size_max = 0
buflist.type = root
fset.color_bg = default
@@ -357,10 +359,7 @@ title.type = window
[layout]
-[notify]
-irc.speedrunslive.#leaderboards = none
-irc.speedrunslive.#speedrun.com = none
-irc.speedrunslive.#speedrunslive = none
+[buffer]
[filter]
irc_smart = on;*;irc_smart_filter;*
@@ -605,6 +604,18 @@ return = "/input search_stop_here"
tab = "/input search_switch_where"
up = "/input search_previous"
+[key_histsearch]
+ctrl-o = "/input history_use_get_next"
+ctrl-q = "/input search_stop"
+ctrl-r = "/input search_previous"
+ctrl-s = "/input search_next"
+ctrl-x = "/input search_switch_regex"
+down = "/input search_next"
+meta-c = "/input search_switch_case"
+return = "/input search_stop_here"
+tab = "/input search_switch_where"
+up = "/input search_previous"
+
[key_cursor]
@chat:Q = "hsignal:chat_quote_time_prefix_message;/cursor stop"
@chat:l = "hsignal:chat_quote_focused_line;/cursor stop"
@@ -640,6 +651,10 @@ up = "/cursor move up"
@chat(fset.fset):button2* = "hsignal:fset_mouse"
@chat(fset.fset):wheeldown = "/fset -down 5"
@chat(fset.fset):wheelup = "/fset -up 5"
+@chat(irc.list_*):button1 = "/window ${_window_number};/list -go ${_chat_line_y}"
+@chat(irc.list_*):button2* = "hsignal:irc_list_mouse"
+@chat(irc.list_*):wheeldown = "/list -down 5"
+@chat(irc.list_*):wheelup = "/list -up 5"
@chat(script.scripts):button1 = "/window ${_window_number};/script go ${_chat_line_y}"
@chat(script.scripts):button2 = "/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}"
@chat(script.scripts):wheeldown = "/script down 5"
@@ -664,3 +679,7 @@ up = "/cursor move up"
@item(buflist2):button2* = "hsignal:buflist_mouse"
@item(buflist3):button1* = "hsignal:buflist_mouse"
@item(buflist3):button2* = "hsignal:buflist_mouse"
+@item(buflist4):button1* = "hsignal:buflist_mouse"
+@item(buflist4):button2* = "hsignal:buflist_mouse"
+@item(buflist5):button1* = "hsignal:buflist_mouse"
+@item(buflist5):button2* = "hsignal:buflist_mouse"