dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 15a76283c5abc4cbd8c673aa775a7323eeee3441
parent 590e9e1a24173802df7550039005e7b49dc22caf
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 15 Jun 2019 16:34:34 +0200

Update weechat configuration

Diffstat:
M.weechat/aspell.conf | 2+-
M.weechat/buflist.conf | 8++++----
M.weechat/exec.conf | 1+
M.weechat/irc.conf | 2+-
M.weechat/plugins.conf | 67+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
M.weechat/relay.conf | 2++
M.weechat/sec.conf | 41+++++++++++++++++++++--------------------
M.weechat/weechat.conf | 20++++++++++++++++++--
8 files changed, 115 insertions(+), 28 deletions(-)

diff --git a/.weechat/aspell.conf b/.weechat/aspell.conf @@ -19,7 +19,7 @@ suggestion_delimiter_word = cyan commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic" default_dict = "en" during_search = off -enabled = on +enabled = off real_time = off suggestions = 3 word_min_length = 2 diff --git a/.weechat/buflist.conf b/.weechat/buflist.conf @@ -26,11 +26,11 @@ sort = "number,-active" buffer = "${format_number}${indent}${eval:${format_name}}${format_hotlist} ${color:238}${buffer.local_variables.filter}${buffer.local_variables.buflist}" buffer_current = "${if:${type}==server?${color:*blue,235}:${color:*blue}}${hide:>,${buffer[last_gui_buffer].number}} ${indent}${if:${type}==server&&${info:irc_server_isupport_value,${name},NETWORK}?${info:irc_server_isupport_value,${name},NETWORK}:${name}} ${color:235}${buffer.local_variables.filter}${buffer.local_variables.buflist}" hotlist = " ${color:239}${hotlist}${color:239}" -hotlist_highlight = "${color:163}" -hotlist_low = "${color:white}" -hotlist_message = "${color:229}" +hotlist_highlight = "${color:13}" +hotlist_low = "${color:4}" +hotlist_message = "${color:3}" hotlist_none = "${color:default}" -hotlist_private = "${color:121}" +hotlist_private = "${color:10}" hotlist_separator = "${color:default}," indent = " " lag = " ${color:green}[${color:brown}${lag}${color:green}]" diff --git a/.weechat/exec.conf b/.weechat/exec.conf @@ -12,6 +12,7 @@ [command] default_options = "" purge_delay = 0 +shell = "sh" [color] flag_finished = lightred diff --git a/.weechat/irc.conf b/.weechat/irc.conf @@ -188,7 +188,7 @@ freenode.local_hostname freenode.usermode freenode.command freenode.command_delay -freenode.autojoin = "#archlinux,#bash,#debian,#climagic,#GeoDataHub,#julia,#mutt,#tmux,#vim,#zsh" +freenode.autojoin = "#archlinux,#bash,#cat-v,#debian,#julia,#suckless,#tmux,#vim,#zsh" freenode.autorejoin freenode.autorejoin_delay freenode.connection_timeout diff --git a/.weechat/plugins.conf b/.weechat/plugins.conf @@ -95,6 +95,40 @@ python.grep.max_lines = "4000" python.grep.show_summary = "on" python.grep.size_limit = "2048" python.grep.timeout_secs = "300" +python.slack.auto_open_threads = "false" +python.slack.background_load_all_history = "false" +python.slack.channel_name_typing_indicator = "true" +python.slack.color_buflist_muted_channels = "darkgray" +python.slack.color_edited_suffix = "095" +python.slack.color_reaction_suffix = "darkgray" +python.slack.color_thread_suffix = "lightcyan" +python.slack.colorize_private_chats = "false" +python.slack.debug_level = "3" +python.slack.debug_mode = "false" +python.slack.distracting_channels = "" +python.slack.external_user_suffix = "*" +python.slack.files_download_location = "" +python.slack.group_name_prefix = "&" +python.slack.map_underline_to = "_" +python.slack.migrated = "true" +python.slack.muted_channels_activity = "personal_highlights" +python.slack.never_away = "false" +python.slack.record_events = "false" +python.slack.render_bold_as = "bold" +python.slack.render_italic_as = "italic" +python.slack.send_typing_notice = "true" +python.slack.server_aliases = "" +python.slack.shared_name_prefix = "%" +python.slack.short_buffer_names = "false" +python.slack.show_buflist_presence = "true" +python.slack.show_reaction_nicks = "false" +python.slack.slack_api_token = "${sec.data.sigma-stanford_slack_token}" +python.slack.slack_timeout = "20000" +python.slack.switch_buffer_on_join = "true" +python.slack.thread_messages_in_channel = "false" +python.slack.unfurl_auto_link_display = "both" +python.slack.unfurl_ignore_alt_text = "false" +python.slack.unhide_buffers_with_activity = "false" python.urlserver.buffer_short_name = "off" python.urlserver.color = "darkgray" python.urlserver.color_in_msg = "" @@ -194,6 +228,39 @@ python.cmd_help.start_on_load = "auto start help when script is loaded (default: python.cmd_help.stop_on_enter = "enter key stop help (default: "on")" python.cmd_help.suffix = "string displayed after help (default: "]")" python.cmd_help.timer = "number of seconds help is displayed (0 = display until help is toggled) (default: "0")" +python.slack.auto_open_threads = "Automatically open threads when mentioned or inresponse to own messages." +python.slack.background_load_all_history = "Load history for each channel in the background as soon as it opens, rather than waiting for the user to look at it." +python.slack.channel_name_typing_indicator = "Change the prefix of a channel from # to > when someone is typing in it. Note that this will (temporarily) affect the sort order if you sort buffers by name rather than by number." +python.slack.color_buflist_muted_channels = "Color to use for muted channels in the buflist" +python.slack.color_edited_suffix = "Color to use for (edited) suffix on messages that have been edited." +python.slack.color_reaction_suffix = "Color to use for the [:wave:(@user)] suffix on messages that have reactions attached to them." +python.slack.color_thread_suffix = "Color to use for the [thread: XXX] suffix on messages that have threads attached to them." +python.slack.colorize_private_chats = "Whether to use nick-colors in DM windows." +python.slack.debug_level = "Show only this level of debug info (or higher) when debug_mode is on. Lower levels -> more messages." +python.slack.debug_mode = "Open a dedicated buffer for debug messages and start logging to it. How verbose the logging is depends on log_level." +python.slack.distracting_channels = "List of channels to hide." +python.slack.external_user_suffix = "The suffix appended to nicks to indicate external users." +python.slack.files_download_location = "If set, file attachments will be automatically downloaded to this location." +python.slack.group_name_prefix = "The prefix of buffer names for groups (private channels)." +python.slack.map_underline_to = "When sending underlined text to slack, use this formatting character for it. The default ("_") sends it as italics. Use "*" to send bold instead." +python.slack.muted_channels_activity = "Control which activity you see from muted channels, either none, personal_highlights, all_highlights or all. none: Don't show any activity. personal_highlights: Only show personal highlights, i.e. not @channel and @here. all_highlights: Show all highlights, but not other messages. all: Show all activity, like other channels." +python.slack.never_away = "Poke Slack every five minutes so that it never marks you "away"." +python.slack.record_events = "Log all traffic from Slack to disk as JSON." +python.slack.render_bold_as = "When receiving bold text from Slack, render it as this in weechat." +python.slack.render_italic_as = "When receiving bold text from Slack, render it as this in weechat. If your terminal lacks italic support, consider using "underline" instead." +python.slack.send_typing_notice = "Alert Slack users when you are typing a message in the input bar (Requires reload)" +python.slack.server_aliases = "A comma separated list of `subdomain:alias` pairs. The alias will be used instead of the actual name of the slack (in buffer names, logging, etc). E.g `work:no_fun_allowed` would make your work slack show up as `no_fun_allowed` rather than `work.slack.com`." +python.slack.shared_name_prefix = "The prefix of buffer names for shared channels." +python.slack.short_buffer_names = "Use `foo.#channel` rather than `foo.slack.com.#channel` as the internal name for Slack buffers." +python.slack.show_buflist_presence = "Display a `+` character in the buffer list for present users." +python.slack.show_reaction_nicks = "Display the name of the reacting user(s) alongside each reactji." +python.slack.slack_api_token = "List of Slack API tokens, one per Slack instance you want to connect to. See the README for details on how to get these." +python.slack.slack_timeout = "How long (ms) to wait when communicating with Slack." +python.slack.switch_buffer_on_join = "When /joining a channel, automatically switch to it as well." +python.slack.thread_messages_in_channel = "When enabled shows thread messages in the parent channel." +python.slack.unfurl_auto_link_display = "When displaying ("unfurling") links to channels/users/etc, determine what is displayed when the text matches the url without the protocol. This happens when Slack automatically creates links, e.g. from words separated by dots or email addresses. Set it to "text" to only display the text written by the user, "url" to only display the url or "both" (the default) to display both." +python.slack.unfurl_ignore_alt_text = "When displaying ("unfurling") links to channels/users/etc, ignore the "alt text" present in the message and instead use the canonical name of the thing being linked to." +python.slack.unhide_buffers_with_activity = "When activity occurs on a buffer, unhide it even if it was previously hidden (whether by the user or by the distracting_channels setting)." python.urlserver.buffer_short_name = "use buffer short name on dedicated buffer (default: "off")" python.urlserver.color = "color for urls displayed after message (default: "darkgray")" python.urlserver.color_in_msg = "color for urls displayed inside irc message: it is a number (irc color) between 00 and 15 (see doc for a list of irc colors) (default: "")" diff --git a/.weechat/relay.conf b/.weechat/relay.conf @@ -35,6 +35,8 @@ max_clients = 5 password = "" ssl_cert_key = "%h/ssl/relay.pem" ssl_priorities = "NORMAL:-VERS-SSL3.0" +totp_secret = "" +totp_window = 0 websocket_allowed_origins = "" [irc] diff --git a/.weechat/sec.conf b/.weechat/sec.conf @@ -17,23 +17,24 @@ salt = on [data] __passphrase__ = on -freenode_username = "267BA1A2CAF33A698B8E904956C22AB58BA422238E2D19C6098E6C91615F10D527AA12E8746A39EABDC7BACC" -gitterpass = "0EE52B3FF69903AB53196EDEF720966F8B03BA2B9408D0BFCA1539CE5B7675F6B79C72FCFFD29FBCAF52BE28C372F4BE3861F331BC3CF6A90D81E6099467D4A3CA96E4C4F212C77CC222C6A699C45E9EBE" -esip-all_password = "FA60CBE3C811A987C3FB1584701BFE1734EC1F6ADF71737A8C1E3BB5A3A660B905B9E34B1EFE636574A1FCB4A340B66291E69334C7530AE9AB85B203E1B715B1F95AA68B48BD" -qualitystreet_password = "701ED5FC0C027BDF47A0829852F36F787B2AB3831CB0C4D414C8D219E1BCA4B84678CBB8A33302B3ED6258AF745B11F01D89C3AEE69FA6DF3EE4B2686B8B6048DFB4DED54645F58F56B436" -qualitystreet_username = "0E921B5C41D022775AAC6F22284A6E4C206E03E351F7F823CEA98C8AB7AA642B528BB7C84054398765C62C20DD652570" -takuglacierpass = "1661BF54F35184A57A477EB0FC74BC531B929E2674E91D279299B0BC5EE0ACF1FF37DFF4E44CCD465F48F98240196BA4268B6831D454737ED8020EE537396D6A09A6B6E21E63644F9C" -pushapikey = "990DF91AE725DCDB2C39A53DC01BF68861C3199032A25FFB1916FCA07DDD50C23DED8E5E8C2B34AFA4BA0F1985FE97B90DC516FFE3A6ABF5FFF7CC6B88D3275ABEA03BEC4BF5C5" -slack-sigma-stanford_password = "9BEBAC6CB596A7F9A15B1CF44BAA0B9C5D32EB27129BBE99190BE055FAD3B620C70EFD1D821DC693F69FB669D35C3741514DBA61C89E0430689F3113B6B12BF8EE2E4ACFC983B5C7C4FA597E" -pushoverkey = "CB07F4855D3A761199BC0D5C1E80AF3DDA60E170C6B68013DD8DC27F85D31120786F68D7C5252C3C49013EE14291166B0114178B29DE0700CEBECFB1B9F300BEC19389C5D2CA81" -bitlbee_password = "B1BB9EED2133F896E5A6D9038A4B6DE30F5EAF6650712E5BDF92F9479FA3ADC508F5C60F52A0777DE8D6CE107E5662B90BB7E2650C17EC1EA8DBB56DD106" -esip-all_username = "7885819A57C5E2BE91AB2E8B996EF332F8C25692215BE27440AB13A7503B06B3FF525FEB8FCEC7C82D487BADF31EB490" -iceberg-model_password = "88A13C3828AA7D6C66A7470B767739A52FF3B3CA117DBE41E038131ACCA0DBA331BD91BD6AB075BC1007AEE78060CE20F37441022449D6F4BE6DBED753DC68AC87F1423B81D866BF9C6B77" -iceberg-model_username = "24CE8FDE1BE959744F8996459C86DB20780C5C6563C8B4D84840314E17D587FD09422C14944BC483008845FFF5A3F9" -pushuserkey = "C52AFF4FC20B6EB87FA0232CD751B28A43D315B6986799BAA2522D9FD53D662F47143172034BB94D064693BD403E6DCAD4EB8A672130D45797E8AB846791FAC48414B6084771D0" -freenode_password = "A3AC4D21EB8E27705AE1BD6E7D8535664E5AD181B50F6426E72645AD83A1C103EA71A9A27725261CA52F6171FAB6501692B408EF655D4FBEDF19E44EC44671" -slack-taku_username = "16B49D40E99D5B892D624EAB2DD21A491C7AF9B96CB67B2D3DC4BA837D906B6A9EA224E513F7539B1DA5E3BAC764320484601291E39A708948" -MOM6_password = "D4A97604608B24A617846CED33648A69D653D8F8E3CCE0468CD35B54DDE1125B45BEA5A29603AD4D99B0C55C44B18E4B5838978D1F9B90D68FC65F547F7DCFA244DB" -MOM6_username = "4860E3C58C096CC5CD61DB90CCC51DCEEB204EA1C7CFCC286C62387FA56BF64276C727B563BBACA36898A9E2FEBE77" -slack-sigma-stanford_username = "D0ECC860DCE02249FFF82E7428F8370DE21A6406ED4D3FA567C9E6FF10ADF1329635E1FCF361E1F068A09163EA55EF9CE207069C10A500A8F1" -slack-taku_password = "D82FDEE6131A5D3B730A963E28CB0F3577D52280FCC8875E37F65AA6CA485642C214B5E6DE88B6E9BE9683BACC605C6A020BD9E945D4DEA8F6ED5A9BE9EAD2182114C6490103E14A22" +freenode_username = "FC737F59B76FBC42D5F94B30E2ACEBCD2F94F14E190EAC7552BF317EF0B81C5C955ACBFBFF7001A0CCCD513D" +gitterpass = "49ABD03B7F110CB4D254088A6466E91BD51E40F2648C5B52058A8005E444A7099A1AB927A6FFFC43F832D4398C2EDF7F2C46D656ABF3E1058C59099C464022A60D51F452EA95127D330548185C98DCD067" +esip-all_password = "56BB12F6AEE8598CE335E697DCF8A8E42B87E6B6A27CD5D6FFB9D655C00F6710A9ECEFB726DBBC073A4815DC0847272374F5521C7E4D0890C145D9040C3692E312E33D8FC505" +qualitystreet_password = "1FEDDA6B37D4939B5DD9D72483C7DFC22DD7007ED63E57FD459567EF754C0EA2ABB732C9AC3080113A5B04307BD858B3FCBAAA6BC25E8C33904674A5A040E566207FBFF9C5995EB431624F" +qualitystreet_username = "4084C2BAD64D4F601D9B224DC0036A1DE699EEEDAC78020DD130A09FFA55B010995F9F9205C8465888DFC69ADA5ADC9F" +sigma-stanford_slack_token = "44EDC29347596F7248213E39F7284FFAE4C7272EA1871A9BD796413BF49A3153260D7C0EA9CBF0F148744CF58E21877B850F3FA3F01208CCF9CBC1554F7753A838A7AB4070D4CBB63C5D5516D20898F12D8F95B3C81ED02CE321A538F6E0E84D7EC16CFA73B6D5BD858F07935B16BE1B665222675CA4566528710051DED3F224C3D8F849A927141C0EB7272B87721E3921C44C02" +takuglacierpass = "143AFA23BF208469FD2B43BD36A0883E9E64C63C2AEF1BDBAA4BACB9F9F28D7756C869D2594BAD3C271D4009B1EE0D850889A2F44598BC5EB2DD495728AFBE47EE0A9144C6D9701CB2" +pushapikey = "9BC7042252F2868155E6CADDFC6006E8E090D1BBF5478A3C347C2A98641E6B4BD5C6C6FF965E3CA0DE79A5F652D72B304CD1E019E5CC66C92855D9D47F0B6D90250B218CAC6664" +slack-sigma-stanford_password = "B62DCCF8B9912032E2F0DA6D0A6E21DE0B8E7F3CFBABC72CCC39CC5CF8484F297B22DBFC9DDB28BB86000ECDCE5070C1190037B7810AD66475193FF886218607D24D0AECB910B97C91C3301B" +pushoverkey = "6967A085D06E3DED5AE019D24E02DAEA1F3BDE9A276D19B98110AC1DEB26817B83531B3B562529BE33B35DB4FF1071D570B08275CCC3882C406993FABFD3135CDC5A28E43EF7DE" +bitlbee_password = "738DBDD91CAABA229E01AE52DB5D1CF5FB089DF5322635D7FE2EDA4B4BCA7E538EE6B6A774C3540FC2EE53D369A3CDC30E034D3A9C70D32B6743479676F2" +esip-all_username = "03971AA18A3BC57A523A808AB9230D839B9407EDAE2DFB09F370B0C7651BEE9910A465102E69BB47990C632F4BFF2FE0" +iceberg-model_password = "5B9471FD300E623E4637C764CB28E9FC0ABA0296B2395EDB9C22893DFD2F8B22DC92C9338CAD58FB5ACCF9AD30DBD1307D331C91301D21FD5E49217CF4CA784BA80376BB673F0C2E192BAE" +iceberg-model_username = "CB078CAE70ABB962C481EA05A95F02CFFAF70859A99B12B8BBC92E9F2C1816C09C330C3C94A3921CA1C5832DBAEA61" +pushuserkey = "F18C41F02FE28C216F55578F833CBAC7CA59C9AA37E113FEB46EF39D9CF4DD14774DB36238591243FDB83543550909BA784A128C50CB999325C557EA7AC4306C6B7C2F9ECF2779" +freenode_password = "37588C082184C39F2C3460A26F45D42CB234F298A5835743489EEAC995E6B4C9DECC2816645DDBC946341F21431FE1AC37C05E170D7E30B51BCA14332E8E44" +slack-taku_username = "DCF39671A39557057A638B44DBFB4496C77AB7D06FB72925C6C7FBCD4BBC72F14E37DA82CF2E8C5ED7560226F7E184603AC0035E4B8A94FCFE" +MOM6_password = "C2D4F0ADBB40D39888D739627D53767F813A581D5D9EC11ADF69DBAFC63275CCC352EE8DCBB4856C200C08ADFD73FD2A99357E10A2E0A127D3C18EC6E5A67712A583" +MOM6_username = "5EF7C873589F4B4F522018396D183BB9E7FAC4127B08D16BFBE82780B3D69A6B5F2E60394B46515562B4CF825ACD0A" +slack-sigma-stanford_username = "AFAC5052E016E83ED85C9B68E79D87791A1CD503A08FE529B11FB1B33F5A78D9D9CEF87E94288A0606FE0D802E6A5FB0078A46AD7F9F51E15D" +slack-taku_password = "C360AAA71DA176405D804CECAB5550CFE477D4E56EE85B874E9F83CC8C2C96F12CD81D080CA8CF4D2F07D5213D3279420739BEB0D73FC3ED9536EA5C23EB7F56A504F7355CC52A6B55" diff --git a/.weechat/weechat.conf b/.weechat/weechat.conf @@ -341,7 +341,7 @@ nicklist.separator = on nicklist.size = 14 nicklist.size_max = 14 nicklist.type = window -status.color_bg = 234 +status.color_bg = default status.color_delim = default status.color_fg = 31 status.conditions = "" @@ -355,7 +355,7 @@ status.separator = on status.size = 1 status.size_max = 0 status.type = root -title.color_bg = 0 +title.color_bg = default title.color_delim = cyan title.color_fg = default title.conditions = "" @@ -454,6 +454,8 @@ ctrl-X = "/input switch_active_buffer" ctrl-Y = "/input clipboard_paste" meta-meta-OP = "/bar scroll buflist * b" meta-meta-OQ = "/bar scroll buflist * e" +meta-meta2-11~ = "/bar scroll buflist * b" +meta-meta2-12~ = "/bar scroll buflist * e" meta-meta2-1~ = "/window scroll_top" meta-meta2-23~ = "/bar scroll nicklist * b" meta-meta2-24~ = "/bar scroll nicklist * e" @@ -493,6 +495,10 @@ meta-Oa = "/input history_global_previous" meta-Ob = "/input history_global_next" meta-Oc = "/input move_next_word" meta-Od = "/input move_previous_word" +meta2-11^ = "/bar scroll buflist * -100%" +meta2-11~ = "/bar scroll buflist * -100%" +meta2-12^ = "/bar scroll buflist * +100%" +meta2-12~ = "/bar scroll buflist * +100%" meta2-15~ = "/buffer -1" meta2-17~ = "/buffer +1" meta2-18~ = "/window -1" @@ -503,10 +509,14 @@ meta2-1;3C = "/buffer +1" meta2-1;3D = "/buffer -1" meta2-1;3F = "/window scroll_bottom" meta2-1;3H = "/window scroll_top" +meta2-1;3P = "/bar scroll buflist * b" +meta2-1;3Q = "/bar scroll buflist * e" meta2-1;5A = "/input history_global_previous" meta2-1;5B = "/input history_global_next" meta2-1;5C = "/input move_next_word" meta2-1;5D = "/input move_previous_word" +meta2-1;5P = "/bar scroll buflist * -100%" +meta2-1;5Q = "/bar scroll buflist * +100%" meta2-1~ = "/input move_beginning_of_line" meta2-200~ = "/input paste_start" meta2-201~ = "/input paste_stop" @@ -690,6 +700,11 @@ meta2-A = "/cursor move up" meta2-B = "/cursor move down" meta2-C = "/cursor move right" meta2-D = "/cursor move left" +@chat(python.*):D = "hsignal:slack_cursor_delete" +@chat(python.*):L = "hsignal:slack_cursor_linkarchive" +@chat(python.*):M = "hsignal:slack_cursor_message" +@chat(python.*):R = "hsignal:slack_cursor_reply" +@chat(python.*):T = "hsignal:slack_cursor_thread" @item(buffer_nicklist):K = "/window ${_window_number};/kickban ${nick}" @item(buffer_nicklist):b = "/window ${_window_number};/ban ${nick}" @item(buffer_nicklist):k = "/window ${_window_number};/kick ${nick}" @@ -717,6 +732,7 @@ meta2-D = "/cursor move left" @chat(perl.iset):button2* = "hsignal:iset_mouse" @chat(perl.iset):wheeldown = "/repeat 5 /iset **down" @chat(perl.iset):wheelup = "/repeat 5 /iset **up" +@chat(python.*):button2 = "hsignal:slack_mouse" @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"