Add nvidia env to hyprland conf

This commit is contained in:
2025-12-18 19:39:34 +01:00
parent f5f1536d33
commit 4201757f65

View File

@@ -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