jwm icon indicating copy to clipboard operation
jwm copied to clipboard

Add ability to specify dock layout, independent of the tray layout

Open codesardine opened this issue 7 years ago • 2 comments
trafficstars

doing this will provide the ability to design more flexible layouts

<Tray layout="vertical"
<Dock layout="horizontal">
</Tray> 

codesardine avatar Jan 19 '18 20:01 codesardine

If that is added, it would probably also need "wrap-width" and "wrap-height" to keep icons from getting so squished, that they become unrecognizable.

Legend: [&] = icon, Bottom is a simulated "Dock"

Wrap Example |-----------------| |[&] Menu | |[&] Show Desk| |===========| |[&][&][&][&][&] [&][&][&][&][&]|

No Wrap |-----------------| |[&] Menu | |[&] Show Desk| |===========| |[&][&][&][&][&][&][&][&][&][&][&]|

These icons would either get squished or the tray would grow to cover to much of the screen.

technosaurus avatar Jan 19 '18 22:01 technosaurus

I agree maybe even the ability for the icons to slide under other icons when they run out of tray space horizontally, kind of like a grid

codesardine avatar Jan 19 '18 22:01 codesardine