From 8ed61acc3ca8635954df5e77a0494785d386d3bc Mon Sep 17 00:00:00 2001 From: Logan G Date: Sat, 8 Apr 2023 02:50:28 -0600 Subject: [PATCH] Enable Wayland in Firefox --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 0daf755..129fa78 100644 --- a/.bashrc +++ b/.bashrc @@ -29,6 +29,7 @@ export HISTSIZE=10000 export HISTFILESIZE=20000 export QT_QPA_PLATFORMTHEME=qt5ct export TERMINAL=foot +export MOZ_ENABLE_WAYLAND=1 PROMPT_COMMAND="history -a; $PROMPT_COMMAND" export LESS=-R