mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 22:43:58 +01:00
Added notes for hotplugging application scaling issues
parent
40fd0d0409
commit
284326d534
16
Home.md
16
Home.md
@ -310,3 +310,19 @@ The first card is used for actual rendering, and display buffers are copied to t
|
|||||||
### My GTK+3 theme isn't working
|
### My GTK+3 theme isn't working
|
||||||
|
|
||||||
See [GTK 3 settings on Wayland](./GTK-3-settings-on-Wayland).
|
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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user