From f1bc2ce77206eb4af13cc40fe3ea10f86a0003d3 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 30 Jun 2025 10:02:35 -0700 Subject: Force Signal to use Wayland --- home/nipsy/common/core/zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/nipsy/common/core/zsh/zshrc b/home/nipsy/common/core/zsh/zshrc index cca7d6f..af6df09 100644 --- a/home/nipsy/common/core/zsh/zshrc +++ b/home/nipsy/common/core/zsh/zshrc @@ -20,6 +20,7 @@ if [[ -z "${DISPLAY}" ]] && [[ $(tty) == "/dev/tty1" ]]; then export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) # set some Wayland specific variables + export ELECTRON_OZONE_PLATFORM_HINT=auto export MOZ_ENABLE_WAYLAND=1 export GDK_BACKEND=wayland export QT_QPA_PLATFORM=wayland -- cgit v1.2.3