fix: Drop no longer needed OBS_USE_EGL environment variable

This commit is contained in:
Kyle Gospodnetich 2024-07-28 02:21:51 -07:00
parent 16b9760435
commit d658a7a7c4
4 changed files with 0 additions and 16 deletions

View File

@ -1,9 +1,5 @@
# Prevent topgrade from pausing automated updates
TOPGRADE_SKIP_BRKC_NOTIFY=true
# Required for use of OBS-VkCapture in X11 environments
# Nvidia users must additionally have nvidia-drm.modeset=1 in their kargs
OBS_USE_EGL=1
# VIM is more usable on deck due to control scheme
EDITOR=/usr/bin/vim

View File

@ -4,9 +4,5 @@ TOPGRADE_SKIP_BRKC_NOTIFY=true
# https://gitlab.gnome.org/GNOME/mutter/-/issues/3037
MUTTER_DEBUG_KMS_THREAD_TYPE=user
# Required for use of OBS-VkCapture in X11 environments
# Nvidia users must additionally have nvidia-drm.modeset=1 in their kargs
OBS_USE_EGL=1
# VIM is more usable on deck due to control scheme
EDITOR=/usr/bin/vim

View File

@ -1,6 +1,2 @@
# Prevent topgrade from pausing automated updates
TOPGRADE_SKIP_BRKC_NOTIFY=true
# Required for use of OBS-VkCapture in X11 environments
# Nvidia users must additionally have nvidia-drm.modeset=1 in their kargs
OBS_USE_EGL=1

View File

@ -3,7 +3,3 @@ TOPGRADE_SKIP_BRKC_NOTIFY=true
# https://gitlab.gnome.org/GNOME/mutter/-/issues/3037
MUTTER_DEBUG_KMS_THREAD_TYPE=user
# Required for use of OBS-VkCapture in X11 environments
# Nvidia users must additionally have nvidia-drm.modeset=1 in their kargs
OBS_USE_EGL=1