hyprland config
This commit is contained in:
23
hyprland/hypr/configs/ENVariables.conf
Normal file
23
hyprland/hypr/configs/ENVariables.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
#environment-variables
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct #necessary to run qt5ct properly
|
||||
env = GDK_BACKEND,wayland,x11
|
||||
env = QT_QPA_PLATFORM,wayland;xcb
|
||||
env = CLUTTER_BACKEND,wayland
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
env = XDG_SESSION_DESKTOP,Hyprland
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||
|
||||
# NVIDIA
|
||||
# This is from Hyprland Wiki but my Hyprland keeps crashing when I enabled this variables
|
||||
#env = WLR_NO_HARDWARE_CURSORS,1
|
||||
#env = LIBVA_DRIVER_NAME,nvidia
|
||||
#env = MOZ_ENABLE_WAYLAND,1
|
||||
#env = XDG_SESSION_TYPE,wayland
|
||||
#env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
#env = GBM_BACKEND,nvidia-drm ## it causes issues like Hyprland crashing so care
|
||||
#env = __NV_PRIME_RENDER_OFFLOAD,1
|
||||
#env = __VK_LAYER_NV_optimus,NVIDIA_only
|
||||
#env = WLR_DRM_NO_ATOMIC,1
|
||||
#env = NVD_BACKEND,direct
|
||||
Reference in New Issue
Block a user