From b1b330f8f76da05f9f5966a3490e8f5bcd19a341 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 9 Nov 2020 20:25:00 +0100 Subject: [PATCH] Added environment variables --- .config/environment.d/mozilla.conf | 3 +++ .config/environment.d/qt.conf | 1 + 2 files changed, 4 insertions(+) create mode 100644 .config/environment.d/mozilla.conf create mode 100644 .config/environment.d/qt.conf diff --git a/.config/environment.d/mozilla.conf b/.config/environment.d/mozilla.conf new file mode 100644 index 0000000..f09ce28 --- /dev/null +++ b/.config/environment.d/mozilla.conf @@ -0,0 +1,3 @@ +#MOZ_ACCELERATED=1 +MOZ_ENABLE_WAYLAND=1 +MOZ_X11_EGL=1 diff --git a/.config/environment.d/qt.conf b/.config/environment.d/qt.conf new file mode 100644 index 0000000..f08c6bd --- /dev/null +++ b/.config/environment.d/qt.conf @@ -0,0 +1 @@ +QT_QPA_PLATFORMTHEME=qt5ct