Quellcode durchsuchen

changed irssi config to work nicely with mbell

master
mort vor 9 Jahren
Ursprung
Commit
5670447f6a
2 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen
  1. 2
    0
      bin/mbell
  2. 5
    1
      dotfiles/irssi/config

+ 2
- 0
bin/mbell Datei anzeigen

@@ -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 Datei anzeigen

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

Laden…
Abbrechen
Speichern