From 92b5f82f15afe9ee0903aa5f1b48753591aff5bb Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 11 Mar 2023 12:57:58 -0500 Subject: [PATCH] Auto Update --- files/.bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/.bashrc b/files/.bashrc index 0af9924..ff00e5a 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -64,5 +64,6 @@ fi PATH="$(perl -e 'print join(":", grep { not $seen{$_}++ } split(/:/, $ENV{PATH}))')" if [ "$XDG_SESSION_TYPE" == "wayland" ]; then - export MOZ_ENABLE_WAYLAND=1 + export MOZ_ENABLE_WAYLAND=1 + export QT_QPA_PLATFORM=wayland fi