codic12 / worm

A dynamic, tag-based window manager written in Nim
MIT License
716 stars 24 forks source link

Sysbar not always on top on Worm WM in floating mode #89

Open pelicanfuture opened 1 year ago

pelicanfuture commented 1 year ago

Hello, So I have tried tint2 and polybar as well as playing with their respective configs as well as worm's config and I can't find a way to get the sysbars to stay above the windows in floating mode on this WM. This also occurs for dunst, the notification program, as well. Is there a way to fix this problem? Please let me know. Thanks in advance!

codic12 commented 1 year ago

I don't really have an implementation for always-on-top windows like sysbars because I prefer to have windows overlap them, rather than them overlapping the windows. However, I might add support for the always on top atom if it's beneficial to people.

pelicanfuture commented 1 year ago

Oh ok, yea I think it’d be cool if there was at least an option to have sysbars be always on top. Thanks.