send notification on bell
This commit is contained in:
parent
2cac1fb861
commit
438e59b73c
1 changed files with 2 additions and 1 deletions
|
@ -21,12 +21,13 @@ URxvt*.boldFont: xft:Source Code Pro:bold:size=9
|
||||||
URxvt*.italicfont: xft:Source Code Pro:italic:size=9
|
URxvt*.italicfont: xft:Source Code Pro:italic:size=9
|
||||||
URxvt*.bolditalicFont: xft:Source Code Pro:bold:italic:size=9
|
URxvt*.bolditalicFont: xft:Source Code Pro:bold:italic:size=9
|
||||||
URxvt*.letterSpace: -1
|
URxvt*.letterSpace: -1
|
||||||
URxvt*.perl-ext-common: default,matcher
|
URxvt*.perl-ext-common: default,matcher,bell-command
|
||||||
! this setting assumes that the current browser is set correctly via update-alternatives
|
! this setting assumes that the current browser is set correctly via update-alternatives
|
||||||
URxvt*.url-launcher: /usr/bin/x-www-browser
|
URxvt*.url-launcher: /usr/bin/x-www-browser
|
||||||
URxvt*.matcher.button: 1
|
URxvt*.matcher.button: 1
|
||||||
URxvt*.urgentOnBell: true
|
URxvt*.urgentOnBell: true
|
||||||
URxvt*.saveLines: 65535
|
URxvt*.saveLines: 65535
|
||||||
|
URxvt.bell-command: notify-send "Bell rang" "The bell rang in URxvt"
|
||||||
|
|
||||||
|
|
||||||
! Xft settings ---------------------------------------------------------------
|
! Xft settings ---------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue