diff --git a/Home.md b/Home.md index 60476b4..d5c346b 100644 --- a/Home.md +++ b/Home.md @@ -434,4 +434,8 @@ To figure out whether an application uses Xwayland or native Wayland, you can tr If your monitor layouts uses negative pixels, you're probably hitting this issue : https://gitlab.freedesktop.org/xorg/xserver/issues/899 -This is a Xwayland bug. The workaround is to rearrange your workspaces to not use negative pixels. \ No newline at end of file +This is a Xwayland bug. The workaround is to rearrange your workspaces to not use negative pixels. + +### Xwayland DPI increases after hotplug + +This is an [Xwayland bug](https://gitlab.freedesktop.org/xorg/xserver/-/issues/731). This usually results in oversized text. As a workaround, add `Xft.dpi: 96` to `~/.Xresources` and add `exec xrdb -load ~/.Xresources` to your Sway config. \ No newline at end of file