[openbox] mikabox

Alexey Korop akorop at gmail.com
Mon Jan 12 15:24:38 EST 2015


Alexey Korop пишет 10.01.2015 23:36:
 AK> Is there at least a brief summary of mikabox-only features?

   I tried to understand how the function "edge" works, and describe it.
Is the text following correct? Is it full?

   mikabox - edge

   The corners of the screen and the lines of the screen edges are the
edge zones named ScreenTopLeft, ScreenTop, ScreenTopRight, ScreenRight,
ScreenBottomRight, ScreenBottom, ScreenBottomLeft, ScreenLeft.
   Each of these zones is the context for mouse bindings. Edge context
has the highest priority - edge bindings works even with full-screen
applications.
   The mouse events that are not binded in the some zone are ignored in
this zone.

   Example. Left mouse click in the top edge call client-list-combined-menu:

    <context name="ScreenTop">
      <mousebind action="Press" button="Left">
        <action name="ShowMenu">
          <menu>client-list-combined-menu</menu>
        </action>
      </mousebind>
    </context>


-- 
Yours truly Alexey


More information about the openbox mailing list