diff options
author | Danny Holman <dholman@gymli.xyz> | 2021-10-10 12:57:40 -0500 |
---|---|---|
committer | Danny Holman <dholman@gymli.xyz> | 2021-10-10 12:57:40 -0500 |
commit | 4ed8e49e67ae74e3d93b79e1d4d8bd06bbbcae9e (patch) | |
tree | f18c5a059f6e83c0cc18686abe45812807cfe059 /.Xresources | |
parent | Email: use msmtp instead of smtp on email (diff) | |
download | dotfiles-4ed8e49e67ae74e3d93b79e1d4d8bd06bbbcae9e.tar.gz dotfiles-4ed8e49e67ae74e3d93b79e1d4d8bd06bbbcae9e.tar.zst dotfiles-4ed8e49e67ae74e3d93b79e1d4d8bd06bbbcae9e.zip |
urxvt: add a bell command
Add a bell command plugin and configure it to use GTK sound effects to
urxvt.
Diffstat (limited to '')
-rw-r--r-- | .Xresources | 3 |
1 files changed, 2 insertions, 1 deletions
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 |