NVIDIA Specific Changes
This commit is contained in:
10
README.org
10
README.org
@@ -89,6 +89,16 @@ env = XCURSOR_SIZE,24
|
|||||||
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
NVIDIA specific environment variables
|
||||||
|
|
||||||
|
#+BEGIN_SRC conf :tangle hyprland.conf
|
||||||
|
env = LIBVA_DRIVER_NAME,nvidia
|
||||||
|
env = XDG_SESSION_TYPE,wayland
|
||||||
|
env = GBM_BACKEND,nvidia-drm
|
||||||
|
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||||
|
env = WLR_NO_HARDWARE_CURSORS,1
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
** Input
|
** Input
|
||||||
|
|
||||||
[[https://wiki.hyprland.org/Configuring/Variables/#input][Hyprland Wiki - Input]]
|
[[https://wiki.hyprland.org/Configuring/Variables/#input][Hyprland Wiki - Input]]
|
||||||
|
@@ -11,6 +11,12 @@ $menu = wofi --show drun
|
|||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
||||||
|
|
||||||
|
env = LIBVA_DRIVER_NAME,nvidia
|
||||||
|
env = XDG_SESSION_TYPE,wayland
|
||||||
|
env = GBM_BACKEND,nvidia-drm
|
||||||
|
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||||
|
env = WLR_NO_HARDWARE_CURSORS,1
|
||||||
|
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
kb_variant =
|
kb_variant =
|
||||||
|
Reference in New Issue
Block a user