Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't toggle bar visibility when window is already fullscreen (layer overlay) #3211

Closed
VlctM opened this issue May 5, 2024 · 0 comments · Fixed by #3281
Closed

Can't toggle bar visibility when window is already fullscreen (layer overlay) #3211

VlctM opened this issue May 5, 2024 · 0 comments · Fixed by #3281

Comments

@VlctM
Copy link

VlctM commented May 5, 2024

I have set layer to overlay. When I have a fullscreen window and a hidden bar, then send SIGUSR1 to toggle its visibility it works except the fact that it's not shown over the fullscreen window. If the bar is visible before making the window fullscreen it works as expected.

start with waybar visible
toggle-fullscreen // still visible
pkill -SIGUSR1 waybar // hidden
pkill -SIGUSR1 waybar // hidden under the window

Occurs in Sway and River

Alexays added a commit that referenced this issue May 28, 2024
fix(#3211) change layer for mode invisible to nullopt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant