feat(hypr): use xf86 binds, add nvidia configuration as optional

This commit is contained in:
João Dias
2024-09-23 13:19:06 -03:00
parent e837e9f3c6
commit 316fc60546
8 changed files with 39 additions and 12 deletions
+19
View File
@@ -0,0 +1,19 @@
#####################
## NVIDIA SETTINGS ##
#####################
env = LIBVA_DRIVER_NAME, nvidia
env = XDG_SESSION_TYPE, wayland
env = GBM_BACKEND, nvidia-drm
env = __GLX_VENDOR_LIBRARY_NAME, nvidia
env = _VK_LAYER_NV_optimus, NVIDIA_only
env = __NV_PRIME_RENDER_OFFLOAD, 1
cursor {
no_hardware_cursors = true
}
render {
explicit_sync = true
}