From 4ebc3b22f61f722993df51b112c64200e3feac47 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 4 Apr 2020 14:14:37 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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