diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-11-11 11:18:19 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-11-11 11:18:19 +0100 |
| commit | f33a5662bc95b2f28af4c6beec20212d493e9e68 (patch) | |
| tree | 15aba781c252ad3ad2889cc0888a7984380569fa /.bash_profile | |
| parent | 10e9d39d764bba906a2e037f35dc282cacdd9d89 (diff) | |
set nonreparenting global variable in profile
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 772f3dc..21efc3f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -7,6 +7,7 @@ export PATH=$PATH:$ANDROID_HOME/platform-tools # Add various paths export PATH="$PATH:$HOME/.cargo/bin:$HOME/.fzf/bin:$HOME/.rvm/bin" +export _JAVA_AWT_WM_NONREPARENTING=1 [[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile |
