From 4201757f652fca623f66801a1a918fa1274870df Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Thu, 18 Dec 2025 19:39:34 +0100 Subject: [PATCH] Add nvidia env to hyprland conf --- .config/hypr/hyprland.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f73dd5a..fd49d41 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -63,7 +63,8 @@ exec-once = keepassxc env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 - +env = LIBVA_DRIVER_NAME,nvidia +env = __GLX_VENDOR_LIBRARY_NAME,nvidia ################### ### PERMISSIONS ### @@ -312,7 +313,6 @@ bind = $mainMod, right, hy3:movefocus, r bind = $mainMod, up, hy3:movefocus, u bind = $mainMod, down, hy3:movefocus, d - bind = $mainMod SHIFT, left, hy3:movewindow, l bind = $mainMod SHIFT, right, hy3:movewindow, r bind = $mainMod SHIFT, up, hy3:movewindow, u @@ -332,7 +332,6 @@ bind = $mainMod SHIFT, S, movetoworkspace, special:magic bind = $mainMod, V, hy3:makegroup, v bind = $mainMod, H, hy3:makegroup, h - # Scroll through existing workspaces with mainMod + scroll bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1