fix(user/malte): additional environment for hypr on nvidia
This commit is contained in:
parent
b7fa9d9916
commit
22dcd87345
|
@ -82,6 +82,9 @@
|
||||||
then ''
|
then ''
|
||||||
# Prevent cursor from disappering under nvidia :')
|
# Prevent cursor from disappering under nvidia :')
|
||||||
env = WLR_NO_HARDWARE_CURSORS,1
|
env = WLR_NO_HARDWARE_CURSORS,1
|
||||||
|
env = LIBVA_DRIVER_NAME,nvidia
|
||||||
|
env = XDG_SESSION_TYPE,wayland
|
||||||
|
env = GBM_BACKEND,nvidia-drm
|
||||||
''
|
''
|
||||||
else ""
|
else ""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue