common: completely disable window decorations for Qt

This commit is contained in:
Aleksey Samoilov 2025-06-21 13:51:50 +04:00
parent 84ef954b4b
commit 24fdfac508

View file

@ -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"