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
284326d534
commit
bbea804204
|
@ -27,6 +27,12 @@ To use your monitor's DPI instead of the default of 96 DPI:
|
||||||
QT_WAYLAND_FORCE_DPI=physical
|
QT_WAYLAND_FORCE_DPI=physical
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Older versions of Qt always show window decorations. To hide them:
|
||||||
|
|
||||||
|
```
|
||||||
|
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
|
```
|
||||||
|
|
||||||
## Elementary/EFL
|
## Elementary/EFL
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue