Hypr, Update settings for 0.40.0
Update refresh rate now that Nvidia Driver 555 is available Remove Cursor environment variable (no longer needed) Explicitly set which graphics card to use Add extra environment variable because everyone says to :)))
This commit is contained in:
parent
eb5a9f8d1d
commit
3057ff1352
2 changed files with 3 additions and 2 deletions
|
|
@ -3,4 +3,5 @@ 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
|
||||
env = WLR_RENDERER_ALLOW_SOFTWARE,1
|
||||
env = WLR_DRM_DEVICES,/dev/dri/card1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Monitor Settings
|
||||
monitor=DP-2,2560x1440@60,0x0,1
|
||||
monitor=DP-2,2560x1440@144,0x0,1
|
||||
monitor=DP-1,2560x1440@144,-2560x0,1
|
||||
monitor=HDMI-A-1,disable
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue