Skip to content

Instantly share code, notes, and snippets.

@nabobalis
Created March 27, 2024 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nabobalis/9c2c355779cd51c5a7d571bf49dd9a2c to your computer and use it in GitHub Desktop.
Save nabobalis/9c2c355779cd51c5a7d571bf49dd9a2c to your computer and use it in GitHub Desktop.
/etc/environment
#
# This file is parsed by pam_env module
#
# Syntax: simple "KEY=VAL" pairs on separate lines
#
BROWSER=google-chrome-stable
EDITOR=nano
# Nvidia/Wayland Crap
QT_QPA_PLATFORMTHEME="wayland;xcb"
GBM_BACKEND=nvidia-drm
__GLX_VENDOR_LIBRARY_NAME=nvidia
ENABLE_VKBASALT=1
LIBVA_DRIVER_NAME=nvidia
# This makes the external display blink black on refresh
#WLR_NO_HARDWARE_CURSORS=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment