mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Updated Running programs natively under Wayland (markdown)
parent
8d6015da04
commit
a47a974cbd
|
@ -11,10 +11,18 @@ CLUTTER_BACKEND=wayland
|
|||
|
||||
## Qt5
|
||||
|
||||
Wayland is used by default if `XDG_SESSION_TYPE=wayland` is set (ie. if you use a display manager). If not:
|
||||
|
||||
```
|
||||
QT_QPA_PLATFORM=wayland-egl
|
||||
```
|
||||
|
||||
To use your monitor's DPI instead of the default of 96 DPI:
|
||||
|
||||
```
|
||||
QT_WAYLAND_FORCE_DPI=physical
|
||||
```
|
||||
|
||||
## Elementary/EFL
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue