-
-
Notifications
You must be signed in to change notification settings - Fork 724
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
Comments
Alexays
added a commit
that referenced
this issue
May 28, 2024
fix(#3211) change layer for mode invisible to nullopt
alebastr
added a commit
to alebastr/Waybar
that referenced
this issue
Aug 18, 2024
Previous commit should have a better workaround for Alexays#3211. This reverts commit b61ea62.
alebastr
added a commit
to alebastr/Waybar
that referenced
this issue
Sep 10, 2024
Previous commit should have a better workaround for Alexays#3211. This reverts commit b61ea62.
alebastr
added a commit
to alebastr/Waybar
that referenced
this issue
Sep 14, 2024
Previous commit should have a better workaround for Alexays#3211. This reverts commit b61ea62.
alebastr
added a commit
to alebastr/Waybar
that referenced
this issue
Sep 15, 2024
Previous commit should have a better workaround for Alexays#3211. This reverts commit b61ea62.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: