From 04d1815570ac5372b1f1fb570ac7beaf37ef36a3 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 14 Aug 2023 17:00:58 +0300 Subject: [PATCH] bash/usr-local-bin/startsway: export _JAVA_AWT_WM_NONREPARENTING=1 Ref: simplex-chat/simplex-chat#2889 --- bash/usr-local-bin/startsway | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/usr-local-bin/startsway b/bash/usr-local-bin/startsway index 35da4bf..0ec7132 100755 --- a/bash/usr-local-bin/startsway +++ b/bash/usr-local-bin/startsway @@ -14,6 +14,10 @@ export XDG_CURRENT_DESKTOP=sway # mentions this export XDG_SESSION_DESKTOP=sway +# Java applications under non-parenting window managers (incl. sway) +# via https://github.com/simplex-chat/simplex-chat/issues/2889#issuecomment-1677272784 +export _JAVA_AWT_WM_NONREPARENTING=1 + # Using fcitx export XMODIFIERS=@im=fcitx export GTK_IM_MODULE="fcitx"