소스 검색

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";

Loading…
취소
저장