Add shit
This commit is contained in:
36
profile
36
profile
@@ -27,13 +27,12 @@ export DOCKER_HOST=unix:///var/run/docker.sock
|
||||
export WINEFSYNC=1
|
||||
export SUDO_ASKPASS=/usr/bin/ssh-askpass-fullscreen
|
||||
|
||||
export LIBVA_DRIVER_NAME=i965
|
||||
export ANV_DEBUG=video-decode,video-encode
|
||||
|
||||
# themes
|
||||
export QT_STYLE_OVERRIDE=fusion
|
||||
|
||||
|
||||
# nvidia optimus bullshit
|
||||
# OG
|
||||
# export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json
|
||||
# wayland
|
||||
@@ -41,8 +40,41 @@ export QT_STYLE_OVERRIDE=fusion
|
||||
# export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
||||
# export GBM_BACKEND=nvidia-drm
|
||||
# export NVD_BACKEND=direct
|
||||
#
|
||||
# export WLR_DRM_DEVICES=/dev/dri/card0:/dev/dri/card1
|
||||
# export DRI_PRIME=0
|
||||
#
|
||||
# From sway-nvidia
|
||||
# Hardware cursors not yet working on wlroots
|
||||
# export WLR_NO_HARDWARE_CURSORS=1
|
||||
# Set wlroots renderer to Vulkan to avoid flickering
|
||||
# export WLR_RENDERER=vulkan
|
||||
# # General wayland environment variables
|
||||
# export XDG_SESSION_TYPE=wayland
|
||||
# export QT_QPA_PLATFORM=wayland
|
||||
# export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||
# # Firefox wayland environment variable
|
||||
# export MOZ_ENABLE_WAYLAND=1
|
||||
# export MOZ_USE_XINPUT2=1
|
||||
# # OpenGL Variables
|
||||
# export GBM_BACKEND=nvidia-drm
|
||||
# export __GL_GSYNC_ALLOWED=0
|
||||
# export __GL_VRR_ALLOWED=0
|
||||
# export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
||||
# # Xwayland compatibility
|
||||
# export XWAYLAND_NO_GLAMOR=1
|
||||
|
||||
##### Nouveau
|
||||
# export NVK_I_WANT_A_BROKEN_VULKAN_DRIVER=1
|
||||
# export MESA_VK_DEVICE_SELECT=10de:1436
|
||||
# export LIBVA_DRIVER_NAME=nouveau
|
||||
# export VDPAU_DRIVER=nouveau
|
||||
# export NVK_USE_NAK=all
|
||||
|
||||
##### i965
|
||||
# export LIBVA_DRIVER_NAME=i965
|
||||
|
||||
# export ANV_DEBUG=video-decode,video-encode
|
||||
|
||||
# pass
|
||||
export PASSWORD_STORE_CLIP_TIME=10
|
||||
|
||||
Reference in New Issue
Block a user