Skip to content

Commit

Permalink
.irssi: changed PM sounds to nicer ones
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Oct 26, 2014
1 parent 98d5c41 commit 439bb1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .irssi/scripts/autorun/pm.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

sub query_up
{
my $sound="privmsg.wav";
my $sound="done.wav";
`aplay ~/.irssi/sounds/$sound >/dev/null 2>&1 &`;
}

Expand Down
2 changes: 1 addition & 1 deletion .irssi/scripts/autorun/qo.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

sub toc_toc
{
my $sound="query_open.wav";
my $sound="login.wav";
`aplay ~/.irssi/sounds/$sound >/dev/null 2>&1 &`;
}

Expand Down

0 comments on commit 439bb1d

Please sign in to comment.