feat: track zed, uwsm, and kitty configs

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-10 18:15:24 +02:00
co-authored by Claude Sonnet 5
parent 33d3bf60a0
commit 383b2aa29c
5 changed files with 78 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
export BROWSER=google-chrome
export TERM=xterm-kitty
export QT_QPA_PLATFORM="wayland;xcb"
export QT_QPA_PLATFORMTHEME="qt6ct"
export ELECTRON_OZONE_PLATFORM_HINT=auto
export HYPRCURSOR_THEME="Bibata-Modern-Ice"
export HYPRCURSOR_SIZE=24
export XCURSOR_THEME="Bibata-Modern-Ice"
export XCURSOR_SIZE=24
# If you have an NVIDIA GPU uncommment the following lines
# export GBM_BACKEND=nvidia-drm # force GBM as a backend
# export __GLX_VENDOR_LIBRARY_NAME=nvidia # force GBM as a backend
# export LIBVA_DRIVER_NAME=nvidia # Hardware acceleration on NVIDIA GPUs
# export __GL_GSYNC_ALLOWED=1 # Controls if G-Sync capable monitors should use Variable Refresh Rate (VRR)