From 28364a66f16b6115d15d4f33b29c5f461c8dd7e2 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 4 Sep 2024 10:28:54 +0200 Subject: [PATCH] home: enable _JAVA_AWT_WM_NONPARENTING --- home/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/home.nix b/home/home.nix index 311d093..84fd2ab 100644 --- a/home/home.nix +++ b/home/home.nix @@ -97,6 +97,7 @@ in { sessionVariables = { CARGO_NET_GIT_FETCH_WITH_CLI = "true"; PYTHONSTARTUP = "${config.xdg.configHome}/python/pyrc"; + _JAVA_AWT_WM_NONREPARENTING = "1"; }; };