Updated Home (markdown)

Simon Ser 2020-10-27 16:12:26 +01:00
parent cae270ca20
commit 12d6e709a6

25
Home.md

@ -433,20 +433,21 @@ The first card is used for actual rendering, and display buffers are copied to t
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).
See [wlroots issue #1119](https://github.com/swaywm/wlroots/issues/1119). This is an Xwayland bug fixed in 1.20.9.
Workaround:
1. If it does not exist, create the file
```
~/.Xresources
```
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
```
```
Xft.dpi: 96
```
3. Add the following line to the Sway config:
```
exec xrdb -load ~/.Xresources
```
### Is an application using Xwayland?