From b677aec50697051fe81c0706af45436831ea0963 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 23 Jul 2023 21:17:00 +0300 Subject: fix(tazjin/nixos): fix Java applications under EXWM 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 Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/nixos/modules/desktop.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users') 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 -- cgit 1.4.1