[openbox] Missing some actions, most importantly "GoToUrgentClient"

Mikael Magnusson mikachu at gmail.com
Wed Jul 29 08:55:40 EDT 2015


On Sun, Jun 28, 2015 at 9:35 PM, Klebezettel <klebezettel at gmx.net> wrote:
> On 06/28/2015 08:27 PM, Mikael Magnusson wrote:
>>
>> You should be able to do most, if not all, of these with clever
>> combinations of the If and ForEach (in 3.6) actions. Here's an example
>> for your #4 that I already have in my setup,
>>
>> <keybind key="W-g">
>>    <action name="ForEach">
>>      <!--desktop>current</desktop-->
>>      <urgent>yes</urgent>
>>      <then>
>>        <action name="Focus"/>
>>        <action name="Raise"/>
>>        <action name="Stop"/>
>>      </then>
>>    </action>
>> </keybind>
>
>
> Just tried with 3.6, works fine. And how do you get notified about urgent
> clients? :)

Well, the titlebar blinks for a few seconds, but primarily they get
highlighted in the taskbar I use.

-- 
Mikael Magnusson


More information about the openbox mailing list