mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
correct Qt variable for disabling window decorations
parent
2c3a549c79
commit
84182b7f7b
@ -16,7 +16,7 @@ QT_QPA_PLATFORM=wayland-egl
|
||||
```
|
||||
Qt5 renders CSD (client-side decorations) under the wayland backend by default. To disable them, set the following.
|
||||
```
|
||||
QT_DISABLE_WINDOWDECORATION=1
|
||||
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||
```
|
||||
|
||||
## Elementary/EFL
|
||||
|
Loading…
Reference in New Issue
Block a user