feat: moved env variables from hyprland to uwsm to fix many bugs
This commit is contained in:
8
.config/uwsm/env
Normal file
8
.config/uwsm/env
Normal file
@@ -0,0 +1,8 @@
|
||||
export XCURSOR_SIZE=24
|
||||
export XCURSOR_THEME=BreezeX-Black
|
||||
export XCURSOR_PATH=$HOME/.icons
|
||||
export QT_QPA_PLATFORMTHEME=qt6ct
|
||||
export XDG_CURRENT_DESKTOP=Hyprland
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
export XDG_SESSION_DESKTOP=Hyprland
|
||||
|
||||
9
.config/uwsm/env-hyprland
Normal file
9
.config/uwsm/env-hyprland
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
export LIBVA_DRIVER_NAME=nvidia
|
||||
export GBM_BACKEND=nvidia
|
||||
export DRI_PRIME=pci-0000_03_00_0
|
||||
export __VK_LAYER_NV_optimus=NVIDIA_only
|
||||
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
||||
export __NV_PRIME_RENDER_OFFLOAD=1
|
||||
export VDPAU_DRIVER=nvidia
|
||||
export AQ_DRM_DEVICES=/dev/dri/card0:/dev/dri/card1
|
||||
Reference in New Issue
Block a user