From 3be9fa780a7e31e5f4c9b4f64b943a43082cdb3d Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Fri, 17 Jun 2022 01:51:05 +0300 Subject: [PATCH] add .bash_profile --- config/.bash_profile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config/.bash_profile diff --git a/config/.bash_profile b/config/.bash_profile new file mode 100644 index 0000000..2181551 --- /dev/null +++ b/config/.bash_profile @@ -0,0 +1,15 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +export QT_QPA_PLATFORM="wayland" +export QT_QPA_PLATFORMTHEME=qt5ct +export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" + +export XDG_CURRENT_DESKTOP=sway + +export MOZ_ENABLE_WAYLAND=1 + +export _JAVA_AWT_WM_NONREPARENTING=1