mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
hosts/athame: Weechat relay
This commit is contained in:
parent
887b8fb540
commit
54be0dd1f9
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
/key bind meta-c /buffer close
|
/key bind meta-c /buffer close
|
||||||
/key bind meta-n /bar toggle nicklist
|
/key bind meta-n /bar toggle nicklist
|
||||||
/key bind meta-b /bar toggle buflist
|
/key bind meta-b /bar toggle buflist
|
||||||
|
/relay add weechat 9000
|
||||||
'')
|
'')
|
||||||
(lib.mkAfter "/matrix connect kat")
|
(lib.mkAfter "/matrix connect kat")
|
||||||
];
|
];
|
||||||
|
|
@ -41,6 +42,7 @@
|
||||||
nicklist = { size_max = 18; };
|
nicklist = { size_max = 18; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
relay.network.password = witch.secrets.unscoped.weechat.relay;
|
||||||
urlgrab.default.copycmd = "${pkgs.wl-clipboard}/bin/wl-copy";
|
urlgrab.default.copycmd = "${pkgs.wl-clipboard}/bin/wl-copy";
|
||||||
plugins.var.python.vimode.copy_clipboard_cmd = "wl-copy";
|
plugins.var.python.vimode.copy_clipboard_cmd = "wl-copy";
|
||||||
plugins.var.python.vimode.paste_clipboard_cmd = "wl-paste --no-newline";
|
plugins.var.python.vimode.paste_clipboard_cmd = "wl-paste --no-newline";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue