From 75b28ba48f7d2f7e1cb58e3cc0b4fb9e38714299 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 2 May 2023 11:31:21 +0100 Subject: [PATCH] Start Firefox in Wayland mode --- roles/home-cli/files/profile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 429d874..836eda3 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -187,6 +187,11 @@ export PS1="${PS1:-\$ }" # Fallback prompt. export HISTFILE="" export TIME_STYLE=long-iso # Used by GNU 'ls'. +if [ "$XDG_SESSION_TYPE" = "wayland" ] +then + export MOZ_ENABLE_WAYLAND=1 +fi + if [ "$(uname -s)" = Darwin ] then # MacOS warns about switching from bash to zsh. Silence this.