diff options
author | Vincent Ambo <mail@tazj.in> | 2023-07-23T18·17+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-07-23T18·20+0000 |
commit | b677aec50697051fe81c0706af45436831ea0963 (patch) | |
tree | 2cf4c1ca80e2109d32a716590608505f410be70f /users/tazjin | |
parent | 29cc473d59c68b315b5e59ed21c6278a65c251a2 (diff) |
fix(tazjin/nixos): fix Java applications under EXWM r/6441
I keep setting this manually to launch Java applications, might as well just set it system-wide. Change-Id: I3a3477cd4364b4c170b98320e2cab1359dd399fe Reviewed-on: https://cl.tvl.fyi/c/depot/+/8982 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin')
-rw-r--r-- | users/tazjin/nixos/modules/desktop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/modules/desktop.nix b/users/tazjin/nixos/modules/desktop.nix index aa4a7fd7bc71..5ead46fff3c0 100644 --- a/users/tazjin/nixos/modules/desktop.nix +++ b/users/tazjin/nixos/modules/desktop.nix @@ -41,6 +41,7 @@ QT_IM_MODULE = "xim"; CLUTTER_IM_MODULE = "xim"; EDITOR = "emacsclient"; + _JAVA_AWT_WM_NONREPARENTING = "1"; }; # Do not restart the display manager automatically |