From 059df2c6755bce70dbe1e68bdf47ea7c6cc2cb4f Mon Sep 17 00:00:00 2001 From: Ewy~ Date: Sat, 28 Dec 2024 01:08:10 +0100 Subject: updated commit --- .config/environment.d/GTK_VULKAN.conf | 2 ++ .config/environment.d/java-tiling.conf | 2 ++ .config/environment.d/local-bin.conf | 1 + .config/environment.d/qt.conf | 2 ++ 4 files changed, 7 insertions(+) create mode 100644 .config/environment.d/GTK_VULKAN.conf create mode 100644 .config/environment.d/java-tiling.conf create mode 100644 .config/environment.d/local-bin.conf create mode 100644 .config/environment.d/qt.conf (limited to '.config/environment.d') diff --git a/.config/environment.d/GTK_VULKAN.conf b/.config/environment.d/GTK_VULKAN.conf new file mode 100644 index 0000000..466af2d --- /dev/null +++ b/.config/environment.d/GTK_VULKAN.conf @@ -0,0 +1,2 @@ +GDK_DISABLE=vulkan +GSK_RENDERER=gl diff --git a/.config/environment.d/java-tiling.conf b/.config/environment.d/java-tiling.conf new file mode 100644 index 0000000..a2e00ad --- /dev/null +++ b/.config/environment.d/java-tiling.conf @@ -0,0 +1,2 @@ +_JAVA_AWT_WM_NONREPARENTING=1 +_JAVA_OPTIONS="$_JAVA_OPTIONS -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel" diff --git a/.config/environment.d/local-bin.conf b/.config/environment.d/local-bin.conf new file mode 100644 index 0000000..ba35e6d --- /dev/null +++ b/.config/environment.d/local-bin.conf @@ -0,0 +1 @@ +PATH="$HOME/.local/bin:$PATH" diff --git a/.config/environment.d/qt.conf b/.config/environment.d/qt.conf new file mode 100644 index 0000000..2087d51 --- /dev/null +++ b/.config/environment.d/qt.conf @@ -0,0 +1,2 @@ +QT_QPA_PLATFORM=wayland;xcb +QT_QPA_PLATFORMTHEME=qt6ct -- cgit v1.3