summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-10-17 23:58:17 -0400
committerFreya Murphy <freya@freyacat.org>2024-10-17 23:58:17 -0400
commit3c815b70cf475fc06a23b5e3e7ea5bf33d25a9dc (patch)
tree6091132ca55d95009a7340da552ae1e2d632e0ca /.zprofile
parentneovim good again (diff)
downloaddotfiles-arch-main.tar.gz
dotfiles-arch-main.tar.bz2
dotfiles-arch-main.zip
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile12
1 files changed, 9 insertions, 3 deletions
diff --git a/.zprofile b/.zprofile
index 198d085..2ef15ee 100644
--- a/.zprofile
+++ b/.zprofile
@@ -38,9 +38,15 @@ export XCURSOR_THEME=Adwaita
export XCURSOR_SIZE=24
# nvidia
-#export LIBVA_DRIVER_NAME=nvidia
-#export GBM_BACKEND=nvidia-drm
-#export __GLX_VENDOR_LIBRARY_NAME=nvidia
+export LIBVA_DRIVER_NAME=nvidia
+export GBM_BACKEND=nvidia-drm
+export __GLX_VENDOR_LIBRARY_NAME=nvidia
+export __NV_PRIME_RENDER_OFFLOAD=1
+export __VK_LAYER_NV_optimus=NVIDIA_only
+
+# nvk
+#export MESA_LOADER_DRIVER_OVERRIDE=zink
+#export NOUVEAU_USE_ZINK=1
if [ -n "$TMUX" ]; then
return