We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My laptop is connected to 2 external DP-daisychained displays through a single USB-C connection. The directly connected monitor is the P27h-10.
My config is in 2 parts: one for the internal laptop display ("output": "eDP-1") and one for everything else ("output": "!eDP-1").
"output": "eDP-1"
"output": "!eDP-1"
Sometimes, as I (dis)connect the USB-C, waybar crashes. I managed to capture the following log using waybar -l debug &> /tmp/waybar.log.
waybar -l debug &> /tmp/waybar.log
179888 │ [2023-12-15 13:50:36.906] [debug] Output removed: Lenovo Group Limited LEN │ P27h-10 179889 │ [2023-12-15 13:50:36.907] [debug] Output removed: ASUSTek COMPUTER INC ROG │ XG279Q 179890 │ [2023-12-15 13:50:36.921] [info] Bar removed from output: DP-3 179891 │ [2023-12-15 13:50:36.936] [info] Bar removed from output: DP-4 179892 │ Gdk-Message: 13:50:36.942: Error 71 (Protocol error) dispatching to Wayland │ display.
Relatedly, it crashes about as frequently (or infrequently, but it keeps happening now and then) when closing the laptop to suspend it.
The text was updated successfully, but these errors were encountered:
Might be fixed with #3215
Sorry, something went wrong.
No branches or pull requests
My laptop is connected to 2 external DP-daisychained displays through a single USB-C connection. The directly connected monitor is the P27h-10.
My config is in 2 parts: one for the internal laptop display (
"output": "eDP-1"
) and one for everything else ("output": "!eDP-1"
).Sometimes, as I (dis)connect the USB-C, waybar crashes. I managed to capture the following log using
waybar -l debug &> /tmp/waybar.log
.Relatedly, it crashes about as frequently (or infrequently, but it keeps happening now and then) when closing the laptop to suspend it.
The text was updated successfully, but these errors were encountered: