From 4ed8e49e67ae74e3d93b79e1d4d8bd06bbbcae9e Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 10 Oct 2021 12:57:40 -0500 Subject: urxvt: add a bell command Add a bell command plugin and configure it to use GTK sound effects to urxvt. --- .Xresources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.Xresources b/.Xresources index 69fd6a7..e7e18f5 100644 --- a/.Xresources +++ b/.Xresources @@ -56,8 +56,9 @@ URxvt*scrollWithBuffer: true URxvt*scrollTtyKeypress: true URxvt*secondaryScreen: 1 URxvt*secondaryScroll: 0 -URxvt.perl-ext-common: default,url-select,keyboard-select +URxvt.perl-ext-common: default,url-select,keyboard-select,bell-command URxvt.copyCommand: xclip -i -selection clipboard URxvt.pasteCommand: xclip -o -selection clipboard URxvt.url-select-launcher: /usr/bin/xdg-open URxvt.url-select.underline: true +URxvt.bell-command: canberry-gtk-play -i bell -- cgit v1.2.3