diff --git a/src/Compositor.cpp b/src/Compositor.cpp index d8c39e30..a9b27396 100644 --- a/src/Compositor.cpp +++ b/src/Compositor.cpp @@ -264,12 +264,6 @@ void CCompositor::startCompositor() { initAllSignals(); - // Set some env vars so that Firefox is automatically in Wayland mode - // and QT apps too - // electron needs -- flags so we can't really set them here - setenv("QT_QPA_PLATFORM", "wayland", true); - setenv("MOZ_ENABLE_WAYLAND", "1", true); - // Set XDG_CURRENT_DESKTOP to our compositor's name setenv("XDG_CURRENT_DESKTOP", "hyprland", true);