common: completely disable window decorations for Qt
This commit is contained in:
parent
84ef954b4b
commit
24fdfac508
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Force Wayland for Qt apps
|
# Force Wayland for Qt apps
|
||||||
QT_QPA_PLATFORM="wayland;xcb"
|
QT_QPA_PLATFORM="wayland;xcb"
|
||||||
QT_QPA_PLATFORMTHEME=qt6ct
|
QT_QPA_PLATFORMTHEME=qt6ct
|
||||||
|
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
|
|
||||||
# Force Wayland for EFL (Enlightenment) apps
|
# Force Wayland for EFL (Enlightenment) apps
|
||||||
ECORE_EVAS_ENGINE="wayland-egl"
|
ECORE_EVAS_ENGINE="wayland-egl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue