DSL Tips and Tricks :: autohide wmix



if you right-click to the extreme right hand side border of the wmix/dmix panel on you desktop, you can bring up the slitlist menu to autohide it (amongst other options). it's not easy to
click on, but it's doable.

manual configuration:

edit this line in /home/dsl/.fluxbox/init (change "False" to "True"):
session.screen0.slit.autoHide:  False

for jwm:

    <Tray  x="-1" y="-100" width="70" autohide="true">
       <Swallow name="wmix">exec wmix</Swallow>
    </Tray>


original here.