ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/bell-command
(Generate patch)

Comparing rxvt-unicode/src/perl/bell-command (file contents):
Revision 1.4 by root, Sun Jun 10 17:39:54 2012 UTC vs.
Revision 1.7 by root, Thu May 22 18:54:33 2014 UTC

2 2
3# Copyright (C) 2011 Ryan Kavanagh <ryanakca@kubuntu.org> 3# Copyright (C) 2011 Ryan Kavanagh <ryanakca@kubuntu.org>
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or 7# the Free Software Foundation; either version 3 of the License, or
8# (at your option) any later version. 8# (at your option) any later version.
9# 9#
10# This program is distributed in the hope that it will be useful, 10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of 11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# 14#
15# You should have received a copy of the GNU General Public License along 15# You should have received a copy of the GNU General Public License along
16# with this program; if not, write to the Free Software Foundation, Inc., 16# with this program; if not, write to the Free Software Foundation, Inc.,
17# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 17# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 18
19#:META:X_RESOURCE:%:string:the shell snippet to execute 19#:META:RESOURCE:%:string:the shell snippet to execute
20 20
21=head1 NAME 21=head1 NAME
22 22
23 bell-command - execute a command when the bell rings 23bell-command - execute a command when the bell rings
24 24
25=head1 DESCRIPTION 25=head1 DESCRIPTION
26 26
27Runs the command specified by the C<URxvt.bell-command> resource when 27Runs the command specified by the C<URxvt.bell-command> resource when
28a bell event occurs. For example, the following pops up a notification 28a bell event occurs. For example, the following pops up a notification

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines