summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-02-26 20:59:10 -0500
committerJesse Luehrs <doy@tozt.net>2021-02-26 20:59:10 -0500
commit27fe2da22ec435457926172989f2b8a41e23b1be (patch)
tree9edfac8138716bbf8b023d7986ae0acb293a6a89 /config
parenta5acbebbe557323e7ba57cc79735389a100d14f0 (diff)
downloadconf-27fe2da22ec435457926172989f2b8a41e23b1be.tar.gz
conf-27fe2da22ec435457926172989f2b8a41e23b1be.zip
stop using irc
Diffstat (limited to 'config')
-rw-r--r--config/weechat/extra24
-rw-r--r--config/weechat/saved263
2 files changed, 0 insertions, 287 deletions
diff --git a/config/weechat/extra b/config/weechat/extra
deleted file mode 100644
index 9d0cc4a..0000000
--- a/config/weechat/extra
+++ /dev/null
@@ -1,24 +0,0 @@
-/bar del buflist
-/alias add w /buffer
-/filter add irc_smart * irc_smart_filter *
-/key bind ctrl-W /buffer close
-/key bind meta-! /buffer *1
-/key bind meta-@ /buffer *2
-/key bind meta-# /buffer *3
-/key bind meta-$ /buffer *4
-/key bind meta-% /buffer *5
-/key bind meta-^ /buffer *6
-/key bind meta-& /buffer *7
-/key bind meta-* /buffer *8
-/key bind meta-( /buffer *9
-/key bind meta-) /buffer *10
-/key bind meta-q /buffer *11
-/key bind meta-w /buffer *12
-/key bind meta-e /buffer *13
-/key bind meta-r /buffer *14
-/key bind meta-t /buffer *15
-/key bind meta-y /buffer *16
-/key bind meta-u /buffer *17
-/key bind meta-i /buffer *18
-/key bind meta-o /buffer *19
-/key bind meta-p /buffer *20
diff --git a/config/weechat/saved b/config/weechat/saved
deleted file mode 100644
index 7452c56..0000000
--- a/config/weechat/saved
+++ /dev/null
@@ -1,263 +0,0 @@
-# default dictionary (or comma separated list of dictionaries) to use when buffer has no dictionary defined (leave blank to disable aspell on buffers for which you didn't explicitly enabled it)
-/set aspell.check.default_dict "en"
-
-# background color for current buffer
-/set buffers.color.current_bg default
-
-# default foreground color for buffer name
-/set buffers.color.default_fg darkgray
-
-# change foreground color of buffer name if a highlight messaged received
-/set buffers.color.hotlist_highlight_fg lightmagenta
-
-# change foreground color of buffer name if a low message received
-/set buffers.color.hotlist_low_fg cyan
-
-# change foreground color of buffer name if a normal message received
-/set buffers.color.hotlist_message_fg white
-
-# foreground color for none channel buffer (e.g.: core/server/plugin buffer)
-/set buffers.color.none_channel_fg darkgray
-
-# hide merged buffers. The value determines which merged buffers should be hidden, keepserver meaning 'all except server buffers'. Other values correspondent to the buffer type.
-/set buffers.look.hide_merged_buffers server
-
-# contains an optional char(s) that is appended when buffer name is shortened
-/set buffers.look.name_crop_suffix ""
-
-# maximum size of buffer name. 0 means no limitation
-/set buffers.look.name_size_max 3
-
-# display a char behind channel number
-/set buffers.look.number_char ""
-
-# color for nick in input bar
-/set irc.color.input_nick white
-
-# color for channel modes, near channel name
-/set irc.color.item_channel_modes darkgray
-
-# color for text in join messages
-/set irc.color.message_join darkgray
-
-# color for text in part/quit messages
-/set irc.color.message_quit darkgray
-
-# color for text "Notice" in notices
-/set irc.color.notice darkgray
-
-# color for reason in part/quit messages
-/set irc.color.reason_quit darkgray
-
-# color for old channel topic (when topic is changed)
-/set irc.color.topic_old darkgray
-
-# comma separated list of words to highlight in channel buffers (case insensitive, use "(?-i)" at beginning of words to make them case sensitive; special variables $nick, $channel and $server are replaced by their value), these words are added to buffer property "highlight_words" only when buffer is created (it does not affect current buffers), an empty string disables default highlight on nick, examples: "$nick", "(?-i)$nick"
-/set irc.look.highlight_channel "$nick,doy,doyster,@doyster,thedoyster,jesse"
-
-# interval between two checks for lag (in seconds, 0 = never check)
-/set irc.network.lag_check 5
-
-# minimum lag to show (in milliseconds)
-/set irc.network.lag_min_show 4000
-
-# reconnect to server if lag is greater than or equal to this value (in seconds, 0 = never reconnect); this value must be less than or equal to irc.network.lag_max
-/set irc.network.lag_reconnect 10
-
-# nicknames to use on server (separated by comma) (note: content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)
-/set irc.server_default.nicks "doy,doy1,doy2,doy3,doy4"
-
-# user name to use on server (note: content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)
-/set irc.server_default.username "doy"
-
-# color for line ending the backlog
-/set logger.color.backlog_end darkgray
-
-# color for backlog lines
-/set logger.color.backlog_line darkgray
-
-# default file name mask for log files (format is "directory/to/file" or "file", without first "/" because "path" option is used to build complete path to file); local buffer variables are permitted (you should use only variables that are defined on all buffers, so for example you should NOT use $server nor $channel); date specifiers are permitted (see man strftime)
-/set logger.file.mask "$server/$channel-%Y-%m.log"
-
-# path for WeeChat log files; "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default); date specifiers are permitted (see man strftime) (note: content is evaluated, see /help eval)
-/set logger.file.path "~/irclogs/"
-
-# command for beep on dcc, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")
-/set plugins.var.perl.beep.beep_command_dcc "$bell"
-
-# command for beep on highlight, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")
-/set plugins.var.perl.beep.beep_command_highlight "$bell"
-
-# command for beep on private message, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")
-/set plugins.var.perl.beep.beep_command_pv "$bell"
-
-# timeout for command run (in milliseconds, 0 = never kill (not recommended)) (default: "30000")
-/set plugins.var.perl.beep.beep_command_timeout "30000"
-
-# beep on dcc (default: "on")
-/set plugins.var.perl.beep.beep_dcc "on"
-
-# beep on highlight (default: "on")
-/set plugins.var.perl.beep.beep_highlight "on"
-
-# turn blacklist for highlights on or off (default: "off")
-/set plugins.var.perl.beep.beep_highlight_blacklist "off"
-
-# turn whitelist for highlights on or off (default: "off")
-/set plugins.var.perl.beep.beep_highlight_whitelist "off"
-
-# beep on private message (default: "on")
-/set plugins.var.perl.beep.beep_pv "on"
-
-# turn blacklist for private messages on or off (default: "off")
-/set plugins.var.perl.beep.beep_pv_blacklist "off"
-
-# turn whitelist for private messages on or off (default: "off")
-/set plugins.var.perl.beep.beep_pv_whitelist "off"
-
-# (no description)
-/set plugins.var.perl.chanmon.alignment "schannel"
-
-# (no description)
-/set plugins.var.perl.chanmon.bar_lines "2"
-
-# (no description)
-/set plugins.var.perl.chanmon.color_buf "on"
-
-# (no description)
-/set plugins.var.perl.chanmon.dynamic "off"
-
-# (no description)
-/set plugins.var.perl.chanmon.logging "off"
-
-# (no description)
-/set plugins.var.perl.chanmon.merge_private "on"
-
-# (no description)
-/set plugins.var.perl.chanmon.nick_prefix "<"
-
-# (no description)
-/set plugins.var.perl.chanmon.nick_suffix ">"
-
-# (no description)
-/set plugins.var.perl.chanmon.output "bar"
-
-# (no description)
-/set plugins.var.perl.chanmon.short_names "on"
-
-# (no description)
-/set plugins.var.perl.chanmon.show_aways "off"
-
-# (no description)
-/set plugins.var.perl.chatters.frame_color "red"
-
-# (no description)
-/set plugins.var.perl.chatters.nick_color "yellow"
-
-# (no description)
-/set plugins.var.perl.chatters.nick_timeout "600"
-
-# text color of delimiters in script buffer
-/set script.color.text_delimiters darkgray
-
-# true if bar is hidden, false if it is displayed
-/set weechat.bar.buffers.hidden off
-
-# items of bar, they can be separated by comma (space between items) or "+" (glued items); special syntax "@buffer:item" can be used to force buffer used when displaying the bar item
-/set weechat.bar.buffers.items "buffers"
-
-# items of bar, they can be separated by comma (space between items) or "+" (glued items); special syntax "@buffer:item" can be used to force buffer used when displaying the bar item
-/set weechat.bar.chanmon.items "chanmon"
-
-# items of bar, they can be separated by comma (space between items) or "+" (glued items); special syntax "@buffer:item" can be used to force buffer used when displaying the bar item
-/set weechat.bar.fset.items "fset"
-
-# items of bar, they can be separated by comma (space between items) or "+" (glued items); special syntax "@buffer:item" can be used to force buffer used when displaying the bar item
-/set weechat.bar.nicklist.items "chatters,buffer_nicklist"
-
-# items of bar, they can be separated by comma (space between items) or "+" (glued items); special syntax "@buffer:item" can be used to force buffer used when displaying the bar item
-/set weechat.bar.status.items "[time],[buffer_plugin],buffer_number+:+buffer_name+{buffer_nicklist_count}+buffer_filter,[lag],completion,scroll"
-
-# text color for channel names
-/set weechat.color.chat_channel darkgray
-
-# text color for delimiters
-/set weechat.color.chat_delimiters darkgray
-
-# background color for highlighted prefix
-/set weechat.color.chat_highlight_bg default
-
-# text color for hostnames
-/set weechat.color.chat_host darkgray
-
-# text color for chat when line is inactive (buffer is merged with other buffers and is not selected)
-/set weechat.color.chat_inactive_buffer darkgray
-
-# text color for chat when window is inactive (not current selected window)
-/set weechat.color.chat_inactive_window darkgray
-
-# text color for nicks in chat window: used in some server messages and as fallback when a nick color is not found; most of times nick color comes from option weechat.color.chat_nick_colors
-/set weechat.color.chat_nick darkgray
-
-# text color for nicks (comma separated list of colors, background is allowed with format: "fg:bg", for example: "lightred:blue")
-/set weechat.color.chat_nick_colors "cyan,magenta,green,brown,red,blue"
-
-# text color for offline nick (not in nicklist any more); this color is used only if option weechat.look.color_nick_offline is enabled
-/set weechat.color.chat_nick_offline darkgray
-
-# background color for offline nick with highlight; this color is used only if option weechat.look.color_nick_offline is enabled
-/set weechat.color.chat_nick_offline_highlight_bg darkgray
-
-# color for nick prefix (string displayed before nick in prefix)
-/set weechat.color.chat_nick_prefix black
-
-# color for nick suffix (string displayed after nick in prefix)
-/set weechat.color.chat_nick_suffix black
-
-# text color for inactive buffer name (before prefix, when many buffers are merged with same number and if buffer is not selected)
-/set weechat.color.chat_prefix_buffer_inactive_buffer darkgray
-
-# text color for join prefix
-/set weechat.color.chat_prefix_join darkgray
-
-# text color for network prefix
-/set weechat.color.chat_prefix_network darkgray
-
-# text color for quit prefix
-/set weechat.color.chat_prefix_quit darkgray
-
-# text color for unread data marker
-/set weechat.color.chat_read_marker darkgray
-
-# text color for time delimiters
-/set weechat.color.chat_time_delimiters default
-
-# default notify level for buffers (used to tell WeeChat if buffer must be displayed in hotlist or not, according to importance of message): all=all messages (default), message=messages+highlights, highlight=highlights only, none=never display in hotlist
-/set weechat.look.buffer_notify_default message
-
-# if set, uses real white color, disabled by default for terms with white background (if you never use white background, you should turn on this option to see real white instead of default term foreground color)
-/set weechat.look.color_real_white on
-
-# comma separated list of tags to highlight; case insensitive comparison; wildcard "*" is allowed in each tag; many tags can be separated by "+" to make a logical "and" between tags; examples: "nick_flashcode" for messages from nick "FlashCode", "irc_notice+nick_toto*" for notices from a nick starting with "toto"
-/set weechat.look.highlight_tags "notify_private"
-
-# level for displaying names in hotlist (combination of: 1=join/part, 2=message, 4=private, 8=highlight, for example: 12=private+highlight)
-/set weechat.look.hotlist_names_level 14
-
-# text to display before nick in prefix of message, example: "<"
-/set weechat.look.nick_prefix "<"
-
-# text to display after nick in prefix of message, example: ">"
-/set weechat.look.nick_suffix ">"
-
-# string displayed after prefix
-/set weechat.look.prefix_suffix ""
-
-# string used to draw read marker line (string is repeated until end of line)
-/set weechat.look.read_marker_string "-"
-
-# percent of screen to scroll when scrolling one page up or down (for example 100 means one page, 50 half-page)
-/set weechat.look.scroll_page_percent 50
-
-# comma separated list of plugins to load automatically at startup, "*" means all plugins found, a name beginning with "!" is a negative value to prevent a plugin from being loaded, wildcard "*" is allowed in names (examples: "*" or "*,!lua,!tcl")
-/set weechat.plugin.autoload "*,!buflist"