From a496552a6166f5e9a6decce7f2c860842650ec8f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 27 Jun 2025 09:03:34 -0700 Subject: [PATCH] Show the extra variables needed for NVIDIA --- config/hypr/hyprland.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index a9e2c51..9182b2d 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -27,6 +27,11 @@ source = ~/.config/omarchy/current/theme/hyprland.conf # Extra env variables env = GDK_SCALE,2 # Change to 1 if on a 1x display +# Extra env variables needed if running an NVIDIA GPU +# env = NVD_BACKEND,direct +# env = LIBVA_DRIVER_NAME,nvidia +# env = __GLX_VENDOR_LIBRARY_NAME,nvidia + # Extra bindings bind = SUPER, A, exec, $webapp="https://chatgpt.com" bind = SUPER SHIFT, A, exec, $webapp="https://grok.com"