morgant / mlvwm

Macintosh-like Virtual Window Manager (official repo)
http://www2u.biglobe.ne.jp/~y-miyata/mlvwm.html
275 stars 8 forks source link

Applications swallowed into menu bar which resize overdraw other swallowed applications #36

Open morgant opened 2 years ago

morgant commented 2 years ago

I've been testing stalonetray with mlvwm, "swallowed" into the menu bar with the following ~/.stalonetrayrc:

background "#dddddd"
decorations none
dockapp_mode none
fuzzy_edges 0
geometry 1x1+0+0
grow_gravity W
icon_gravity NW
icon_size 16
log_level err
max_geometry 0x1
no_shrink false
parent_bg false
scrollbars none
skip_taskbar false
sticky true
tint_color white
tint_level 0
transparent false
vertical false
window_layer normal
window_strut none
window_type normal
xsync false

This does work and allows "tray" applications to show in the mlvwm menu bar. However, as icons are added to the tray, mlvwm does not recalculate the width/position in the menubar, so the swallowed stalonetray window will expand to the right and draw over any other swallowed apps in the menu bar.