From f335df234202067a65ea2485bf6c73e73603ddf7 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 25 Nov 2022 00:34:26 +0100 Subject: Remove KDE global-menu-related env vars --- home-configuration.scm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'home-configuration.scm') diff --git a/home-configuration.scm b/home-configuration.scm index 50510e3a..a7d220db 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -301,14 +301,6 @@ replacement spec (to which `regexp-substitute/global' is applied)." (simple-service 'gui-environment-variables home-environment-variables-service-type `(("TERMINAL" . "kitty") - ;; ("GTK3_MODULES" . "$GTK3_MODULES${GTK3_MODULES:+:}libplotinus") - - ;; For appmenu/global menu in Java applications. - ;; https://gitlab.com/vala-panel-project/vala-panel-appmenu#experimental-features - ;; ("JAYATANA_FORCE" . "1") - ;; Appmenu and GTK look-and-feel in Java - ;; https://wiki.manjaro.org/index.php?title=Set_all_Java_apps_to_use_GTK%2B_font_%26_theme_settings - ;; TODO: install jayatana and add "-javaagent:/usr/share/java/jayatanaag.jar" option ("_JAVA_OPTIONS" . ,(string-append "$_JAVA_OPTIONS${_JAVA_OPTIONS:+ }-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true " -- cgit v1.2.3