From 284326d534ee9bd365c22f244b237589dc0b54de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Thu, 18 Apr 2019 18:25:48 +0200 Subject: [PATCH] Added notes for hotplugging application scaling issues --- Home.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 8c2ca50..d1fd856 100644 --- a/Home.md +++ b/Home.md @@ -309,4 +309,20 @@ The first card is used for actual rendering, and display buffers are copied to t ### My GTK+3 theme isn't working -See [GTK 3 settings on Wayland](./GTK-3-settings-on-Wayland). \ No newline at end of file +See [GTK 3 settings on Wayland](./GTK-3-settings-on-Wayland). + +### After unplugging an external display, some applications appear too large on my HiDPI screen +See [Issue 1119](https://github.com/swaywm/wlroots/issues/1119). +Workaround: +1. If it does not exist, create the file +``` +~/.Xresources +``` +2. Add the following line to `~/.Xresources`: +``` +Xft.dpi: 96 +``` +3. Add the following line to the sway config: +``` +exec xrdb -load ~/.Xresources +``` \ No newline at end of file