mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 23:41:27 +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
|
||||
```
|
||||
|
||||
Older versions of Qt always show window decorations. To hide them:
|
||||
|
||||
```
|
||||
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||
```
|
||||
|
||||
## Elementary/EFL
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue