From: Dana Jansens Date: Sat, 1 Mar 2008 01:44:56 +0000 (-0500) Subject: Don't set urgent when the urxvt window is focused X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ae87e951dafa3a8e3352d772e6dfb246eeaea451;p=dana%2Furxvt.git Don't set urgent when the urxvt window is focused --- diff --git a/src/screen.C b/src/screen.C index 1558792c..0f06e668 100644 --- a/src/screen.C +++ b/src/screen.C @@ -1923,7 +1923,7 @@ rxvt_term::scr_bell () NOTHROW # endif # if ENABLE_FRILLS - if (option (Opt_urgentOnBell)) + if (option (Opt_urgentOnBell) && !focus) set_urgency (1); # endif