mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 18:25:59 +01:00
xwayland: remove spaces from output names
This commit is contained in:
parent
a82559f185
commit
4294456cdc
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ void CHyprXWaylandManager::setXWaylandScale(std::optional<double> scale) {
|
|||
if (VERSION >= WL_OUTPUT_SCALE_SINCE_VERSION)
|
||||
wl_output_send_scale(res, (uint32_t)ceil(scale.value_or(m->scale)));
|
||||
|
||||
wl_output_send_name(res, getFormat("HL X11 %d", m->ID).c_str());
|
||||
wl_output_send_name(res, getFormat("HL-X11-%d", m->ID).c_str());
|
||||
|
||||
outputResource = res;
|
||||
needsDone = true;
|
||||
|
|
Loading…
Reference in a new issue