mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-09 11:52:32 +01:00
bash/usr-local-bin/startsway: export _JAVA_AWT_WM_NONREPARENTING=1
Ref: simplex-chat/simplex-chat#2889
This commit is contained in:
parent
52cc1ed161
commit
04d1815570
@ -14,6 +14,10 @@ export XDG_CURRENT_DESKTOP=sway
|
|||||||
# mentions this
|
# mentions this
|
||||||
export XDG_SESSION_DESKTOP=sway
|
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
|
# Using fcitx
|
||||||
export XMODIFIERS=@im=fcitx
|
export XMODIFIERS=@im=fcitx
|
||||||
export GTK_IM_MODULE="fcitx"
|
export GTK_IM_MODULE="fcitx"
|
||||||
|
Loading…
Reference in New Issue
Block a user