aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index fb8e9d9..ed5d3b5 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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