bash/usr-local-bin/startsway: export _JAVA_AWT_WM_NONREPARENTING=1

Ref: simplex-chat/simplex-chat#2889
This commit is contained in:
Aminda Suomalainen 2023-08-14 17:00:58 +03:00
parent 52cc1ed161
commit 04d1815570
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -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"