From 4428d19b07f5f9a8a2e9d9223c5ebf59b2c783f4 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 20 May 2022 16:28:30 +0430 Subject: update --- irssi/config | 117 ++++++++--------------------------------------------------- 1 file changed, 15 insertions(+), 102 deletions(-) diff --git a/irssi/config b/irssi/config index d819726..35d2461 100644 --- a/irssi/config +++ b/irssi/config @@ -139,6 +139,7 @@ channels = ( { name = "#crypto"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#tmux"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#vim"; chatnet = "LiberaChat"; autojoin = "yes"; }, + { name = "#git"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#neomutt"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#busybox"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#shadow"; chatnet = "LiberaChat"; autojoin = "yes"; }, @@ -202,105 +203,6 @@ aliases = { WN = "WINDOW NEW HIDDEN"; WQUERY = "QUERY -window"; WW = "WHOWAS"; - 1 = "WINDOW GOTO 1"; - 2 = "WINDOW GOTO 2"; - 3 = "WINDOW GOTO 3"; - 4 = "WINDOW GOTO 4"; - 5 = "WINDOW GOTO 5"; - 6 = "WINDOW GOTO 6"; - 7 = "WINDOW GOTO 7"; - 8 = "WINDOW GOTO 8"; - 9 = "WINDOW GOTO 9"; - 10 = "WINDOW GOTO 10"; - 11 = "WINDOW GOTO 11"; - 12 = "WINDOW GOTO 12"; - 13 = "WINDOW GOTO 13"; - 14 = "WINDOW GOTO 14"; - 15 = "WINDOW GOTO 15"; - 16 = "WINDOW GOTO 16"; - 17 = "WINDOW GOTO 17"; - 18 = "WINDOW GOTO 18"; - 19 = "WINDOW GOTO 19"; - 20 = "WINDOW GOTO 20"; - 21 = "WINDOW GOTO 21"; - 22 = "WINDOW GOTO 22"; - 23 = "WINDOW GOTO 23"; - 24 = "WINDOW GOTO 24"; - 25 = "WINDOW GOTO 25"; - 26 = "WINDOW GOTO 26"; - 27 = "WINDOW GOTO 27"; - 28 = "WINDOW GOTO 28"; - 29 = "WINDOW GOTO 29"; - 30 = "WINDOW GOTO 30"; - 31 = "WINDOW GOTO 31"; - 32 = "WINDOW GOTO 32"; - 33 = "WINDOW GOTO 33"; - 34 = "WINDOW GOTO 34"; - 35 = "WINDOW GOTO 35"; - 36 = "WINDOW GOTO 36"; - 37 = "WINDOW GOTO 37"; - 38 = "WINDOW GOTO 38"; - 39 = "WINDOW GOTO 39"; - 40 = "WINDOW GOTO 40"; - 41 = "WINDOW GOTO 41"; - 42 = "WINDOW GOTO 42"; - 43 = "WINDOW GOTO 43"; - 44 = "WINDOW GOTO 44"; - 45 = "WINDOW GOTO 45"; - 46 = "WINDOW GOTO 46"; - 47 = "WINDOW GOTO 47"; - 48 = "WINDOW GOTO 48"; - 49 = "WINDOW GOTO 49"; - 50 = "WINDOW GOTO 50"; - 51 = "WINDOW GOTO 51"; - 52 = "WINDOW GOTO 52"; - 53 = "WINDOW GOTO 53"; - 54 = "WINDOW GOTO 54"; - 55 = "WINDOW GOTO 55"; - 56 = "WINDOW GOTO 56"; - 57 = "WINDOW GOTO 57"; - 58 = "WINDOW GOTO 58"; - 59 = "WINDOW GOTO 59"; - 60 = "WINDOW GOTO 60"; - 61 = "WINDOW GOTO 61"; - 62 = "WINDOW GOTO 62"; - 63 = "WINDOW GOTO 63"; - 64 = "WINDOW GOTO 64"; - 65 = "WINDOW GOTO 65"; - 66 = "WINDOW GOTO 66"; - 67 = "WINDOW GOTO 67"; - 68 = "WINDOW GOTO 68"; - 69 = "WINDOW GOTO 69"; - 70 = "WINDOW GOTO 70"; - 71 = "WINDOW GOTO 71"; - 72 = "WINDOW GOTO 72"; - 73 = "WINDOW GOTO 73"; - 74 = "WINDOW GOTO 74"; - 75 = "WINDOW GOTO 75"; - 76 = "WINDOW GOTO 76"; - 77 = "WINDOW GOTO 77"; - 78 = "WINDOW GOTO 78"; - 79 = "WINDOW GOTO 79"; - 80 = "WINDOW GOTO 80"; - 81 = "WINDOW GOTO 81"; - 82 = "WINDOW GOTO 82"; - 83 = "WINDOW GOTO 83"; - 84 = "WINDOW GOTO 84"; - 85 = "WINDOW GOTO 85"; - 86 = "WINDOW GOTO 86"; - 87 = "WINDOW GOTO 87"; - 88 = "WINDOW GOTO 88"; - 89 = "WINDOW GOTO 89"; - 90 = "WINDOW GOTO 90"; - 91 = "WINDOW GOTO 91"; - 92 = "WINDOW GOTO 92"; - 93 = "WINDOW GOTO 93"; - 94 = "WINDOW GOTO 94"; - 95 = "WINDOW GOTO 95"; - 96 = "WINDOW GOTO 96"; - 97 = "WINDOW GOTO 97"; - 98 = "WINDOW GOTO 98"; - 99 = "WINDOW GOTO 99"; }; statusbar = { @@ -422,7 +324,7 @@ statusbar = { barend = { alignment = "right"; }; }; }; - dccstat = { items = { dccstat = { }; }; disabled = "no"; }; + dccstat = { items = { dccstat = { }; }; }; prompt = { items = { uberprompt = { priority = "-1"; }; @@ -474,7 +376,7 @@ settings = { }; "fe-common/core" = { theme = "solarized-powerline"; - hilight_color = "%Z875fff"; + hilight_color = "%Zd75f5f"; emphasis_italics = "yes"; emphasis_replace = "yes"; }; @@ -528,6 +430,13 @@ settings = { vim_mode_start_cmd = "yes"; vim_mode_max_undo_lines = "100"; }; + "irc/dcc" = { + dcc_download_path = "~/.irssi/downloads/"; + dcc_send_replace_space_with_underscore = "yes"; + dcc_timeout = "10min"; + dcc_upload_path = "~/.irssi/uploads/"; + dcc_autorename = "yes"; + }; }; keyboard = ( { key = "meta-[M"; id = "command"; data = "mouse_xterm"; }, @@ -573,6 +482,7 @@ ignores = ( { level = "JOINS PARTS QUITS NICKS"; channels = ( "#debian" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#openbsd" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#freebsd" ); }, + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#git" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#voidlinux" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#openwrt" ); }, { @@ -587,6 +497,9 @@ ignores = ( { level = "JOINS PARTS QUITS NICKS"; channels = ( "#shadow" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#tor" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#security" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#busybox" ); } + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#busybox" ); }, + { level = "CTCPS"; }, + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#zsh" ); } ); Mogs = { }; +logs = { }; -- cgit v1.2.3