diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2023-06-24 12:32:57 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2023-06-24 12:32:57 -0400 |
| commit | 72ac72397f26564323217e0b353f4af328a11467 (patch) | |
| tree | 2b1ac98639bb31bf765b81bc827df9e5bbcaf242 /.config/linuxProfile | |
| parent | 8e52869f3a177a60d1d4a31d0a2c17a55167b94b (diff) | |
Added export to fix java gui programs
Diffstat (limited to '.config/linuxProfile')
| -rw-r--r-- | .config/linuxProfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/linuxProfile b/.config/linuxProfile index fec8cae..9b60c82 100644 --- a/.config/linuxProfile +++ b/.config/linuxProfile @@ -38,6 +38,7 @@ export ANDROID_EMULATOR_HOME="$XDG_DATA_HOME"/android/ export ADB_VENDOR_KEY="$XDG_CONFIG_HOME"/android/ export WMAKER_USER_ROOT="$XDG_DATA_HOME"/GNUstep export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json +export _JAVA_AWT_WM_NONREPARENTING=1 # This is needed to run java gui programs [ "$(tty | sed 's/[0-9]*//g')" = "/dev/tty" ] && jdm && exit |
