diff options
| author | Ewy~ <ewy0@protonmail.com> | 2024-12-28 01:08:10 +0100 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2024-12-28 01:08:10 +0100 |
| commit | 059df2c6755bce70dbe1e68bdf47ea7c6cc2cb4f (patch) | |
| tree | c95fc3025a1c69ce5d1dbaf7e55121c2e70a152a /.config/environment.d | |
updated commit
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 |
