summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-02-25 17:08:26 +0100
committerAnton Khirnov <anton@khirnov.net>2021-02-25 17:08:26 +0100
commit4fe3c0e1184779ea2184b2e1f6ff2c1b6a26d614 (patch)
treee84846b378e1dfe80715d1a426ad0ed5a0e560e1 /dotfiles
parentf3976afcfb00128f1face5cd0a4c763232bebd52 (diff)
Xresources: set urxvt.urgentOnBell=True
Together with Awesome config, this will mark windows with bell as urgent.
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/Xresources1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/Xresources b/dotfiles/Xresources
index 3132165..36cae9e 100644
--- a/dotfiles/Xresources
+++ b/dotfiles/Xresources
@@ -35,6 +35,7 @@ URxvt.inputMethod: ibus
URxvt.preeditType: OverTheSpot
URxvt.perl-ext-common: default,url-select
URxvt.keysym.M-u: perl:url-select:select_next
+URxvt.urgentOnBell: true
SshAskpass.grabKeyboard: False
SshAskpass*foreground: LightSkyBlue1