Updated Home (markdown)

Simon Ser 2020-04-04 14:14:37 +02:00
parent bdf1abbad5
commit 4ebc3b22f6

@ -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.
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.