Update all dotfiles
This commit is contained in:
24
configs/dotfiles/hyprland/laptop/.config/hypr/conf/nvidia.conf
Executable file
24
configs/dotfiles/hyprland/laptop/.config/hypr/conf/nvidia.conf
Executable file
@ -0,0 +1,24 @@
|
||||
# -----------------------------------------------------
|
||||
# NVIDIA Environment Variables
|
||||
# https://wiki.hyprland.org/Nvidia/
|
||||
# -----------------------------------------------------
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
env = WLR_DRM_NO_ATOMIC,1
|
||||
env = __GL_VRR_ALLOWED,1
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = __NV_PRIME_RENDER_OFFLOAD,1
|
||||
env = __VK_LAYER_NV_optimus,NVIDIA_only
|
||||
# FOR VM and POSSIBLY NVIDIA
|
||||
env = WLR_NO_HARDWARE_CURSORS,1 # On hyprland >v0.41, now configured on variable cursor section
|
||||
env = WLR_RENDERER_ALLOW_SOFTWARE,1
|
||||
env = NVD_BACKEND,direct
|
||||
# nvidia firefox (for hardware acceleration on FF)?
|
||||
# check this post https://github.com/elFarto/nvidia-vaapi-driver#configuration
|
||||
env = MOZ_DISABLE_RDD_SANDBOX,1
|
||||
env = EGL_PLATFORM,wayland
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
}
|
Reference in New Issue
Block a user