ソースを参照

changed irssi config to work nicely with mbell

master
mort 9年前
コミット
5670447f6a
2個のファイルの変更7行の追加1行の削除
  1. 2
    0
      bin/mbell
  2. 5
    1
      dotfiles/irssi/config

+ 2
- 0
bin/mbell ファイルの表示

@@ -1,9 +1,11 @@
#!/bin/bash

if [[ $1 ]]; then
name=$1
else
name="<unknown>"
fi

code=1

while true; do

+ 5
- 1
dotfiles/irssi/config ファイルの表示

@@ -260,7 +260,11 @@ statusbar = {
};
settings = {
"fe-text" = { actlist_sort = "refnum"; };
"fe-common/core" = { theme = "envy"; };
"fe-common/core" = {
theme = "envy";
bell_beeps = "yes";
beep_msg_level = "MSGS NOTICES DCC DCCMSGS HILIGHT";
};
core = {
real_name = "Martin D. N.";
user_name = "martin";

読み込み中…
キャンセル
保存