mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-29 16:05:58 +01:00
Fix some stuff
This commit is contained in:
parent
9153458146
commit
5be88fbc2e
2 changed files with 14 additions and 12 deletions
|
@ -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 >}}
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue