OpenBOX OpenBox tint2 hiding/un-hiding problems

Greetings all,

I have a problem with auto-hiding tint2. The relevant portion of my tint2rc is
Code:
# Autohide setup
autohide = 1
autohide_show_timeout = 0.2
autohide_hide_timeout = 0.5
autohide_height = 5
The problems are that (i) the auto-hide does not follow the timeout settings - the panel shows for more than 2 seconds, and (ii) the panel un-hiding is inconsistent in that it takes more than the time variable and sometimes it takes several attempts to move the mouse in and out of the hidden panel pixels before the panel shows again.

Can this be a conflict with the rc.xml
Code:
<dock>
  <position>Bottom</position>
  <floatingX>0</floatingX>
  <floatingY>0</floatingY>
  <noStrut>yes</noStrut>
  <stacking>Above</stacking>
  <direction>Horizontal</direction>
  <autoHide>no</autoHide>
  <hideDelay>200</hideDelay>
  <showDelay>500</showDelay>
  <noStrut>no</noStrut>
</dock>

Kindest regards,

M
 
Back
Top