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