diff options
Diffstat (limited to '.config/environment.d')
| -rw-r--r-- | .config/environment.d/GTK_VULKAN.conf | 2 | ||||
| -rw-r--r-- | .config/environment.d/java-tiling.conf | 2 | ||||
| -rw-r--r-- | .config/environment.d/local-bin.conf | 1 | ||||
| -rw-r--r-- | .config/environment.d/qt.conf | 2 |
4 files changed, 7 insertions, 0 deletions
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 |
