Fix some stuff

This commit is contained in:
Mihai Fufezan 2022-10-20 19:56:39 +03:00
parent 9153458146
commit 5be88fbc2e
No known key found for this signature in database
GPG key ID: 5899325F2F120900
2 changed files with 14 additions and 12 deletions

View file

@ -28,17 +28,17 @@ and [Pacman patching](https://wiki.archlinux.org/title/Patching_packages).
3. Add this line to your configuration: 3. Add this line to your configuration:
```ini ```ini
exec-once=xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2 exec-once=xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
``` ```
and configure toolkits to scale using their specific mechanisms, such as and configure toolkits to scale using their specific mechanisms, such as
```sh ```sh
export GDK_SCALE=2 export GDK_SCALE=2
export XCURSOR_SIZE=32 export XCURSOR_SIZE=32
``` ```
{{< hint >}} {{< hint >}}
The GDK_SCALE variable won't conflict with wayland-native GTK programs. The GDK_SCALE variable won't conflict with wayland-native GTK programs.
{{< /hint >}} {{< /hint >}}

View file

@ -1,4 +1,6 @@
{< toc format=html >}} ## Table of Contents
{{< toc format=html >}}
## Nothing renders / screen is empty / crash on opening first app ## Nothing renders / screen is empty / crash on opening first app