From 1ddd7ee713cb67459eba9d78f6f2061995ec1f76 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 24 Jul 2022 13:29:46 +0200 Subject: [PATCH] remove forced envvars --- src/Compositor.cpp | 6 ------ 1 file changed, 6 deletions(-) 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);