Bug 6380 - <If><fullscreen>
Status: RESOLVED FIXED
Alias: None
Product: Openbox
Classification: Unclassified
Component: general
Version: unspecified
Hardware: All All
: P3 enhancement
Assignee: Dana Jansens
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2015-04-26 11:51 EDT by altblue
Modified: 2018-03-12 09:49:43 EDT
2 users (show)

See Also:



Description altblue 2015-04-26 11:51:14 EDT
Please extend <If> action to support <fullscreen> condition.

This feature will enable successful acting on fullscreen windows by extending appropriate action chains with actions like:

<action name="If">
  <query target="default">
    <fullscreen>yes</somecondition>
  </query>
  <then>
    <action name="ToggleFullscreen"/>
  </then>
</action>

Thanks.

++ of course, implementing a specific "UnFillScreen" action should be useful too ;-)
Comment 1 rainwaterblake@gmail.com 2015-10-08 18:56:52 EDT
I have added this feature to my own branch at https://github.com/brainwater/openbox/tree/if-fullscreen
Comment 2 Mikachu 2018-03-12 09:49:43 EDT
in git