Update dotfiles (2026-01-19 19:48:47)
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
# Nvidia
|
||||
export SDL_VIDEODRIVER="wayland"
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export MOZ_DISABLE_RDD_SANDBOX=1
|
||||
export GBM_BACKEND=nvidia-drm
|
||||
export NVD_BACKEND=direct # Hardware acceleration egl or direct
|
||||
export LIBVA_DRIVER_NAME=nvidia
|
||||
export WLR_NO_HARDWARE_CURSORS=0 # Hardware acceleration cursor
|
||||
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
||||
export __GL_GSYNC_ALLOWED=1
|
||||
export __GL_VRR_ALLOWED=0 # Adaptive sync recommended 0
|
||||
|
||||
# GTK Settings
|
||||
export GDK_SCALE=2
|
||||
|
||||
# Ml4w aids
|
||||
export QT_QPA_PLATFORM="wayland;xcb"
|
||||
export QT_QPA_PLATFORMTHEME="qt6ct"
|
||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||
export QT_SCALE_FACTOR=1
|
||||
export GDK_SCALE=1
|
||||
export GDK_BACKEND="wayland,x11,*"
|
||||
export CLUTTER_BACKEND="wayland"
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export XCURSOR_THEME=BreezeX-RosePine-Linux
|
||||
export XCURSOR_SIZE=52
|
||||
export APPIMAGELAUNCHER_DISABLE=1
|
||||
export OZONE_PLATFORM="wayland"
|
||||
export KWIN_FORCE_SW_CURSOR=1
|
||||
|
||||
# Hyprland
|
||||
export ELECTRON_OZONE_PLATFORM_HINT=auto
|
||||
|
||||
# xkb aids
|
||||
export XKB_DEFAULT_LAYOUT=us
|
||||
export XKB_DEFAULT_OPTIONS=caps:swapescape
|
||||
@@ -0,0 +1,4 @@
|
||||
# Hyprland env
|
||||
export HYPRCURSOR_THEME=rose-pine-hyprcursor
|
||||
export HYPRCURSOR_SIZE=48
|
||||
# /usr/share/icons/
|
||||
Reference in New Issue
Block a user