feat: moved env variables from hyprland to uwsm to fix many bugs

This commit is contained in:
2025-09-07 12:37:58 +02:00
parent 066c97083e
commit 3dbe78f224
7 changed files with 77 additions and 48 deletions

8
.config/uwsm/env Normal file
View 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

View 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