diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-09-11 22:25:37 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-09-11 22:25:37 +0100 |
commit | 99b1b59a1f700ec9b2742928bef71fba8b72e9f6 (patch) | |
tree | d14ec7ab488cb39b354e47272f7d4f3a2d0a5dd4 | |
parent | 12d92502d4641df45e4079e8e3dc468cbf4ae254 (diff) |
Added export SAL_USE_VCPLUGIN=gtk3 for libreoffice to run in Wayland
-rw-r--r-- | .bashrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -70,13 +70,14 @@ export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat" export MOZ_ENABLE_WAYLAND=1 export XDG_SESSION_TYPE=wayland export XDG_CURRENT_DESKTOP=qtile -# export GDK_BACKEND=wayland -export QT_QPA_PLATFORM=wayland +export GDK_BACKEND=wayland +# export QT_QPA_PLATFORM=wayland export XKB_DEFAULT_LAYOUT=us #export LANG="en_US.UTF-8" #export LC_ALL="en_US.UTF-8" export SSH_ASKPASS=~/.local/bin/ssh-askpass export TERMINAL="foot" +export SAL_USE_VCLPLUGIN=gtk3 # Enable the use of ssh-agent if ! pgrep -u "$USER" ssh-agent > /dev/null; then |