Waybar not visible after mirroring and unmirroring a display #10495
Unanswered
Jan-Aarela
asked this question in
Bugs - Renderer
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Trying to create a script that toggles monitor mode to either mirrored and normal.
After setting a monitor as mirror and then back to normal using hyprctl commands, waybar not is no longer visible.
Also, executing waybar after doing that, creates a new waybar instance but only visible on the monitor that hasn't gone through mirroring and unmirroring.
Steps to reproduce
hyprctl keyword monitor HDMI-A-1, preferred, auto, 1
hyprctl keyword monitor HDMI-A-1, preferred, auto, 1, mirror eDP-1
hyprctl keyword monitor HDMI-A-1, preferred, auto, 1
Workaround
Disabling and re-enabling monitor with hyprctl. With a pause (eg. sleep 1) between hyprctl commands.
Not ideal solution since this makes monitor go black for duration of a pause.
Beta Was this translation helpful? Give feedback.
All reactions