mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 11:45:57 +01:00
chore(docs): update hidpi config changes (#173)
This commit is contained in:
parent
ff33a94aec
commit
8b08dda0c2
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ and [Pacman patching](https://wiki.archlinux.org/title/Patching_packages).
|
||||||
3. Add these lines to your configuration:
|
3. Add these lines to your configuration:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
|
|
||||||
|
# change monitor to hires, the last argument is the scale factor
|
||||||
|
monitor=,highres,auto,2
|
||||||
|
|
||||||
# sets xwayland scale
|
# sets xwayland scale
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue