From b741bee987e6b189cdcf2fc2c60663afd9566d90 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 30 Oct 2021 10:53:58 -0300 Subject: [PATCH] Revert ".profile: no usar MOZ_ENABLE_WAYLAND" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a9c5baeb7f97e27b016c089789d8e30b22d85740. Me mintieron, inicia con Xwayland automáticamente. --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index c908c5b..87ec299 100644 --- a/.profile +++ b/.profile @@ -14,6 +14,8 @@ export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/go/bin:$PATH" # export PATH="$HOME/.local/share/theme.sh:$PATH" +export MOZ_ENABLE_WAYLAND=1 + export EDITOR=nvim export QT_WAYLAND_DISABLE_WINDOWDECORATION=1