mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
weechat-title!
This commit is contained in:
parent
17e7657f23
commit
e80ff15b82
3 changed files with 30 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
vimode-git
|
||||
weechat-matrix
|
||||
weechat-notify-send
|
||||
weechat-title
|
||||
];
|
||||
config = {
|
||||
weechat = {
|
||||
|
|
@ -42,6 +43,10 @@
|
|||
urlgrab.default.copycmd = "${pkgs.wl-clipboard}/bin/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.title.title_prefix = "weechat - ";
|
||||
plugins.var.python.title.show_hotlist = true;
|
||||
plugins.var.python.title.current_buffer_suffix = " [";
|
||||
plugins.var.python.title.title_suffix = "]";
|
||||
plugins.var.python.notify_send.icon = "";
|
||||
sec = {
|
||||
crypt = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue