diff options
| author | Robert Günzler <r@gnzler.io> | 2020-04-10 14:00:43 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-04-10 14:00:43 +0200 |
| commit | dd185b8e21cedbdd970e3c3f098f588fe8b6c8fe (patch) | |
| tree | eef80a9a7e4c3db12ff6b8c8beeaa5aa307123c8 | |
| parent | 2b7e5018371ced4575785fc0f67a84013d39ad9c (diff) | |
fixup! irssi: use trigger script for notifications
| -rw-r--r-- | .irssi/triggers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.irssi/triggers b/.irssi/triggers index 675b111..73216a4 100644 --- a/.irssi/triggers +++ b/.irssi/triggers @@ -1,2 +1,2 @@ #Triggers file version 1.2.3 --all -nocase -regexp 'rgzr' -command 'exec notify-send -a irssi "irc: %\N" "%\M"' +-all -nocase -regexp 'rgzr' -command 'exec notify-send -a irssi "irc: $\N in $T/$\C" "$\M"' |