Waybar: When layer is set to bottom (default) tooltip shown under windows

Created on 11 Aug 2018  路  10Comments  路  Source: Alexays/Waybar

bug

Most helpful comment

This is now fixed in sway (https://github.com/swaywm/sway/pull/4781), therefore can be closed I think. Also the default layer should probably be bottom now, so things like bemenu can display over waybar.

All 10 comments

Might be fixed with #441 can someone test?

Related: https://github.com/swaywm/sway/issues/4684 and https://github.com/swaywm/sway/pull/4781
I currently don't have the time to dig deep enough into the sway rendering code to properly fix this and I'm also not sure whether the way the pull request "solves" the issue is the best way of dealing with it.

This is not fixed with gtk-layer-shell - Tooltips are still displayed underneath unless layer is explicitly set to top.

@ainola How do you set it to top?

@piu130 "layer": "top",

I had the waybar layer set to bottom, so bemenu would be shown on top of waybar (as recommended in #474), but since the last release also tray icon context menus disappeared behind windows.
Just wanted to say that this is not limited to tooltips. Of course setting the layer to top solves this issue.

Exactly as dd23 said, I would have no problem using the workaround but I need to be able to use bmenu as well and I cannot do that if it gets hidden behind waybar.

One possible workaround is to use bemenu --no-overlap and configure waybar with

"layer": "top"

This is now fixed in sway (https://github.com/swaywm/sway/pull/4781), therefore can be closed I think. Also the default layer should probably be bottom now, so things like bemenu can display over waybar.

Thanks @David96 馃帀

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pedrocr picture pedrocr  路  3Comments

cmacrae picture cmacrae  路  4Comments

spjz picture spjz  路  4Comments

AlexChalk picture AlexChalk  路  4Comments

xajler picture xajler  路  5Comments